mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 14:20:50 +00:00
Regenerate config.make and gnustep-make.spec with the new correct
version when it is changed git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11244 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
499f71ed58
commit
2d2292b4c1
1 changed files with 4 additions and 4 deletions
|
@ -222,8 +222,8 @@ GNUstep.csh: GNUstep.csh.in
|
|||
config.h: config.h.in
|
||||
$(SHELL) config.status
|
||||
|
||||
config.make: config.make.in
|
||||
$(SHELL) config.status
|
||||
config.make: config.make.in Version
|
||||
$(SHELL) config.status --recheck
|
||||
|
||||
debugapp: debugapp.in
|
||||
$(SHELL) config.status
|
||||
|
@ -234,8 +234,8 @@ openapp: openapp.in
|
|||
opentool: opentool.in
|
||||
$(SHELL) config.status
|
||||
|
||||
gnustep-make.spec: gnustep-make.spec.in
|
||||
$(SHELL) config.status
|
||||
gnustep-make.spec: gnustep-make.spec.in Version
|
||||
$(SHELL) config.status --recheck
|
||||
|
||||
executable.template: executable.template.in
|
||||
$(SHELL) config.status
|
||||
|
|
Loading…
Reference in a new issue