mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fixed installation of debugapp
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24564 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0ef00c6ee9
commit
0f2b3b4b1f
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* GNUmakefile.in (install): Fixed installation of debugapp. It
|
||||
was installed with wrong permissions in the wrong directory
|
||||
(Reported by Fred Kiefer <fredkiefer@gmx.de>).
|
||||
|
||||
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Instance/resource-set.make (RESOURCE_FILES_INSTALL_DIR): Only use
|
||||
|
|
|
@ -147,7 +147,7 @@ install: generated-files
|
|||
$(EC)(for f in config.guess config.sub install-sh mkinstalldirs \
|
||||
clean_cpu.sh clean_os.sh \
|
||||
clean_vendor.sh cpu.sh os.sh vendor.sh print_unique_pathlist.sh \
|
||||
relative_path.sh strip_makefiles.sh debugapp; do \
|
||||
relative_path.sh strip_makefiles.sh; do \
|
||||
$(INSTALL_PROGRAM) -m 755 $(srcdir)/$$f $(makedir); \
|
||||
done)
|
||||
$(EC)($(INSTALL_DATA) GNUstep.sh $(makedir); \
|
||||
|
@ -159,6 +159,7 @@ install: generated-files
|
|||
$(INSTALL_DATA) $(srcdir)/GNUstep-reset.sh $(makedir); \
|
||||
$(INSTALL_PROGRAM) -m 755 fixpath.sh $(makedir); \
|
||||
$(INSTALL_PROGRAM) -m 755 openapp $(tooldir); \
|
||||
$(INSTALL_PROGRAM) -m 755 debugapp $(tooldir); \
|
||||
$(INSTALL_PROGRAM) -m 755 opentool $(tooldir); \
|
||||
$(INSTALL_PROGRAM) -m 755 gnustep-config $(tooldir))
|
||||
$(EC)(echo "Installing makefiles"; \
|
||||
|
|
Loading…
Reference in a new issue