mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Abort if GNUmakefile.postamble is not found
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9402 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
eedb3359fa
commit
dc040ce06b
4 changed files with 4 additions and 4 deletions
|
@ -48,4 +48,4 @@ SUBPROJECTS = Source Images Model Tools Panels PrinterTypes
|
|||
|
||||
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
||||
|
||||
-include GNUmakefile.postamble
|
||||
include GNUmakefile.postamble
|
||||
|
|
|
@ -105,4 +105,4 @@ common_Diamond.tiff
|
|||
# just include the common makefile rules
|
||||
include $(GNUSTEP_MAKEFILES)/rules.make
|
||||
|
||||
-include GNUmakefile.postamble
|
||||
include GNUmakefile.postamble
|
||||
|
|
|
@ -91,4 +91,4 @@ include $(GNUSTEP_MAKEFILES)/library.make
|
|||
include $(GNUSTEP_MAKEFILES)/tool.make
|
||||
include $(GNUSTEP_MAKEFILES)/application.make
|
||||
|
||||
-include GNUmakefile.postamble
|
||||
include GNUmakefile.postamble
|
||||
|
|
|
@ -50,4 +50,4 @@ RESOURCE_FILES = Printers
|
|||
# just include the common makefile rules
|
||||
include $(GNUSTEP_MAKEFILES)/rules.make
|
||||
|
||||
-include GNUmakefile.postamble
|
||||
include GNUmakefile.postamble
|
||||
|
|
Loading…
Reference in a new issue