mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixed bug - missing ) at the end of command was crashing the thing when
xxx_LOCALIZED_RESOURCE_FILES was used git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10824 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a01c53e391
commit
a3f0e8b861
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ ifneq ($(strip $(LOCALIZED_RESOURCE_FILES)),)
|
|||
cp -r $$l.lproj/$$f $(BUNDLE_DIR_NAME)/Resources/$$l.lproj; \
|
||||
fi; \
|
||||
done; \
|
||||
done;
|
||||
done)
|
||||
endif
|
||||
|
||||
ifeq ($(PRINCIPAL_CLASS),)
|
||||
|
|
Loading…
Reference in a new issue