Skip to content

Commit

Permalink
Fixed a couple of fatal typos which had fallen into
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10837 72102866-910b-0410-8b05-ffd578937521
  • Loading branch information
Nicola Pero committed Sep 3, 2001
1 parent cda89c9 commit 78565e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gswbundle.make
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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); \
Expand Down

0 comments on commit 78565e2

Please sign in to comment.