Fixed a couple of fatal typos which had fallen into

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10837 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-09-03 13:22:21 +00:00
parent cda89c9de0
commit 78565e24a5

View file

@ -212,7 +212,7 @@ gswbundle-webresource-dir::
gswbundle-webresource-files:: $(GSWBUNDLE_DIR_NAME)/WebServerResources \
gswbundle-webresource-dir
ifneq ($strip $(WEBSERVER_RESOURCE_FILES)),)
ifneq ($(strip $(WEBSERVER_RESOURCE_FILES)),)
@(echo "Linking webserver resources into the application wrapper..."; \
cd $(GSWBUNDLE_DIR_NAME)/WebServerResources; \
for ff in $(WEBSERVER_RESOURCE_FILES); do \
@ -270,7 +270,7 @@ ifneq ($(HEADER_FILES),)
$(INSTALL_DATA) $(HEADER_FILES_DIR)/$$file \
$(GNUSTEP_HEADERS)$(HEADER_FILES_INSTALL_DIR)/$$file ; \
fi; \
done; \
done;
endif
endif
$(MKDIRS) $(GSWBUNDLE_INSTALL_DIR); \