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:
Nicola Pero 2001-03-16 23:30:47 +00:00
parent 524750ae00
commit 23d31670b8

View file

@ -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