mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixed syntax error
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18193 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2186d3d252
commit
66ebfd7efb
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ ifneq ($(WEBSERVER_LOCALIZED_RESOURCE_DIRS),)
|
|||
fi; \
|
||||
done$(END_ECHO)
|
||||
endif
|
||||
ifneq ($(WEBSERVER_LOCALIZED_RESOURCE_FILES)
|
||||
ifneq ($(WEBSERVER_LOCALIZED_RESOURCE_FILES),)
|
||||
$(ECHO_COPYING_WEBSERVER_LOC_RESOURCES)for l in $(LANGUAGES); do \
|
||||
if [ -d ./WebServerResources/$$l.lproj ]; then \
|
||||
$(MKDIRS) \
|
||||
|
|
Loading…
Reference in a new issue