mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 14:20:50 +00:00
do not use opentool when running plmerge
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9435 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6f25cfcc5c
commit
cb87caa360
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ $(APP_DIR_NAME)/Resources/Info-gnustep.plist: $(APP_DIR_NAME)/Resources _FORCE
|
|||
echo " NSPrincipalClass = \"$(PRINCIPAL_CLASS)\";"; \
|
||||
echo "}") >$@
|
||||
@(if [ -r "$(INTERNAL_app_NAME)Info.plist" ]; then \
|
||||
opentool plmerge $@ $(INTERNAL_app_NAME)Info.plist; \
|
||||
plmerge $@ $(INTERNAL_app_NAME)Info.plist; \
|
||||
fi)
|
||||
|
||||
$(APP_DIR_NAME)/Resources:
|
||||
|
|
Loading…
Reference in a new issue