Added .PHONY to service.make; fixed installation bug in service.make;

cleaned


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10371 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-07-09 17:32:42 +00:00
parent e5c5ff7af8
commit 5aa7e740d2

View file

@ -1,3 +1,13 @@
Mon Jul 9 18:30:02 2001 Nicola Pero <nicola@brainstorm.co.uk>
* service.make (internal-svc-install): Depend on
$(GNUSTEP_SERVICES).
($(GNUSTEP_SERVICES)): Create the directory if it doesn't exist.
(.PHONY): Added.
(svc-resource-dir): Removed.
(svc-resource-files): Use makefile conditional.
(internal-svc-install): Run the commands in a single subshell.
Mon Jul 9 18:15:26 2001 Nicola Pero <nicola@brainstorm.co.uk>
* palette.make (.PHONY): Added.