mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fixed building gnustep-make in a directory which is not the source directory.
Make sure GNUstep-reset.sh is found at install time in that case. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16371 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3569867b11
commit
3ed72e3384
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Apr 6 02:25:07 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* GNUmakefile.in (install): Bug fix - install GNUstep-reset.sh
|
||||
from the source directory, not from the local directory.
|
||||
|
||||
Mon Mar 31 18:43:07 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/framework.make (build-framework-dirs): Do not create
|
||||
|
|
|
@ -140,13 +140,12 @@ install: all
|
|||
$(makedir)/$(GNUSTEP_TARGET_DIR))
|
||||
$(EC)(for f in config.guess config.sub install-sh mkinstalldirs \
|
||||
clean_cpu.sh clean_os.sh \
|
||||
clean_vendor.sh cpu.sh \
|
||||
clean_vendor.sh cpu.sh GNUstep-reset.sh \
|
||||
ld_lib_path.sh os.sh transform_paths.sh vendor.sh \
|
||||
ld_lib_path.csh fixpath.sh relative_path.sh ; do \
|
||||
$(INSTALL_PROGRAM) -m 755 $(srcdir)/$$f $(makedir); \
|
||||
done)
|
||||
$(EC)($(INSTALL_PROGRAM) -m 755 GNUstep.sh $(makedir); \
|
||||
$(INSTALL_PROGRAM) -m 755 GNUstep-reset.sh $(makedir); \
|
||||
$(INSTALL_PROGRAM) -m 755 GNUstep.csh $(makedir); \
|
||||
$(INSTALL_PROGRAM) -m 755 openapp $(tooldir); \
|
||||
$(INSTALL_PROGRAM) -m 755 debugapp $(tooldir); \
|
||||
|
|
Loading…
Reference in a new issue