mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixed typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@3298 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1d4817b7e3
commit
1492ebf4ac
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ svc-resource-files:: $(SERVICE_DIR_NAME)/Resources/Info-gnustep.plist svc-resour
|
|||
$(SERVICE_DIR_NAME)/Resources/Info-gnustep.plist: $(SERVICE_DIR_NAME)/Resources
|
||||
@(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \
|
||||
echo " NSExecutable = $(INTERNAL_svc_NAME);"; \
|
||||
cat $(INTERNAL_svc_NAMESERVICE_NAME)Info.plist; \
|
||||
cat $(INTERNAL_svc_NAME)Info.plist; \
|
||||
echo "}") >$@
|
||||
make_services --test $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue