Skip to content

Commit

Permalink
Makefile.extra renamed to Makefile.lib.extra
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Sep 9, 2016
1 parent 5cf6c83 commit b944ee3
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 37 deletions.
2 changes: 1 addition & 1 deletion build.macos32x86/common/Makefile.app
Expand Up @@ -44,7 +44,7 @@ endif
default: $(APP)

include ../common/Makefile.vm
include ../common/Makefile.extra
include ../common/Makefile.lib.extra
include ../common/Makefile.sources

cleanall: cleanapp cleanastapp cleandbgapp cleanallvm
Expand Down
28 changes: 0 additions & 28 deletions build.macos32x86/common/Makefile.extra

This file was deleted.

2 changes: 1 addition & 1 deletion build.macos32x86/third-party/cairo/Makefile.lib
@@ -1,4 +1,4 @@
include ../common/Makefile.extra
include ../common/Makefile.lib.extra

$(info LIBRARY: cairo)

Expand Down
2 changes: 1 addition & 1 deletion build.macos32x86/third-party/freetype2/Makefile.lib
@@ -1,4 +1,4 @@
include ../common/Makefile.extra
include ../common/Makefile.lib.extra

$(info LIBRARY: freetype2)

Expand Down
2 changes: 1 addition & 1 deletion build.macos32x86/third-party/libgit2/Makefile.lib
@@ -1,4 +1,4 @@
include ../common/Makefile.extra
include ../common/Makefile.lib.extra

$(info LIBRARY: libgit2)

Expand Down
2 changes: 1 addition & 1 deletion build.macos32x86/third-party/libpng/Makefile.lib
@@ -1,4 +1,4 @@
include ../common/Makefile.extra
include ../common/Makefile.lib.extra

$(info LIBRARY: pixman)

Expand Down
2 changes: 1 addition & 1 deletion build.macos32x86/third-party/libsdl2/Makefile.lib
@@ -1,4 +1,4 @@
include ../common/Makefile.extra
include ../common/Makefile.lib.extra

$(info LIBRARY: libsdl2)

Expand Down
2 changes: 1 addition & 1 deletion build.macos32x86/third-party/libssh2/Makefile.lib
@@ -1,4 +1,4 @@
include ../common/Makefile.extra
include ../common/Makefile.lib.extra

$(info LIBRARY: libssh2)

Expand Down
2 changes: 1 addition & 1 deletion build.macos32x86/third-party/pixman/Makefile.lib
@@ -1,4 +1,4 @@
include ../common/Makefile.extra
include ../common/Makefile.lib.extra

$(info LIBRARY: pixman)

Expand Down
2 changes: 1 addition & 1 deletion build.macos32x86/third-party/pkgconfig/Makefile.lib
@@ -1,4 +1,4 @@
include ../common/Makefile.extra
include ../common/Makefile.lib.extra

$(info LIBRARY: pkgconfig)

Expand Down

0 comments on commit b944ee3

Please sign in to comment.