When fixpath.sh.in is changed, reconfigure gnustep-make

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16730 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-05-15 09:26:34 +00:00
parent ef8b3f5dd5
commit 14ca9e3b10
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Thu May 15 10:30:55 2003 Nicola Pero <n.pero@mi.flashnet.it>
* GNUmakefile.in (generated-files): Added fixpath.sh.
(fixpath.sh): New rule.
Wed May 14 16:19:02 2003 Nicola Pero <n.pero@mi.flashnet.it>
* transform_paths.sh: Quote paths.

View file

@ -287,7 +287,7 @@ rpm: test-RPM_TOPDIR dist
fi; \
$${rpmbuild} -ba gnustep-make.spec
generated-files: GNUmakefile GNUstep.sh GNUstep.csh config.h config.make debugapp openapp opentool gnustep-make.spec executable.template
generated-files: GNUmakefile GNUstep.sh GNUstep.csh fixpath.sh config.h config.make debugapp openapp opentool gnustep-make.spec executable.template
GNUmakefile: GNUmakefile.in config.status
$(SHELL) config.status
@ -298,6 +298,9 @@ GNUstep.sh: GNUstep.sh.in
GNUstep.csh: GNUstep.csh.in
$(SHELL) config.status
fixpath.sh: fixpath.sh.in
$(SHELL) config.status
config.h: config.h.in
$(SHELL) config.status