mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
ef8b3f5dd5
commit
14ca9e3b10
2 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue