mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 08:30:59 +00:00
Abort if GNUmakefile.preamble or GNUmakefile.postamble is not found
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9404 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
524750ae00
commit
23d31670b8
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ set_show_service_OBJC_FILES = set_show_service.m Functions.m
|
|||
|
||||
example_OBJC_FILES = example.m Functions.m
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
include GNUmakefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
|
||||
|
@ -52,4 +52,4 @@ include $(GNUSTEP_MAKEFILES)/tool.make
|
|||
include $(GNUSTEP_MAKEFILES)/service.make
|
||||
|
||||
-include GNUmakefile.local.service
|
||||
-include GNUmakefile.postamble
|
||||
include GNUmakefile.postamble
|
||||
|
|
Loading…
Reference in a new issue