mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
cda89c9de0
commit
78565e24a5
1 changed files with 2 additions and 2 deletions
|
@ -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); \
|
||||
|
|
Loading…
Reference in a new issue