Indented a few lines

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@24702 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-27 12:17:46 +00:00
parent 63240f99e7
commit c203b5485a

View file

@ -34,11 +34,11 @@ include ../Version
# The library to be compiled, as a library or as a bundle # The library to be compiled, as a library or as a bundle
ifeq ($(BACKEND_BUNDLE),) ifeq ($(BACKEND_BUNDLE),)
BACKEND_FULL=$(BACKEND_NAME) BACKEND_FULL=$(BACKEND_NAME)
LIBRARY_NAME=libgnustep-$(BACKEND_FULL) LIBRARY_NAME=libgnustep-$(BACKEND_FULL)
else else
BACKEND_FULL=$(BACKEND_NAME)-$(INTERFACE_VERSION_NUMBER) BACKEND_FULL=$(BACKEND_NAME)-$(INTERFACE_VERSION_NUMBER)
BUNDLE_NAME=libgnustep-$(BACKEND_FULL) BUNDLE_NAME=libgnustep-$(BACKEND_FULL)
endif endif
# #
@ -59,9 +59,9 @@ libgnustep-$(BACKEND_FULL)_LANGUAGES=English Swedish
-include GNUmakefile.preamble -include GNUmakefile.preamble
ifeq ($(BACKEND_BUNDLE),) ifeq ($(BACKEND_BUNDLE),)
include $(GNUSTEP_MAKEFILES)/library.make include $(GNUSTEP_MAKEFILES)/library.make
else else
include $(GNUSTEP_MAKEFILES)/bundle.make include $(GNUSTEP_MAKEFILES)/bundle.make
endif endif
-include GNUmakefile.postamble -include GNUmakefile.postamble