Fixed installing TestFramework/Summary.sh when gnustep-make is configured from outside the source directory

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32570 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2011-03-14 10:13:14 +00:00
parent c1e61a9d35
commit 4e1225d78e
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2011-03-14 Nicola Pero <nicola.pero@meta-innovation.com>
* GNUmakefile.in (install): Fixed installing
TestFramework/Summary.sh when gnustep-make is configured from
outside of the source directory.
2011-03-14 Richard Frith-Macdonald <rfm@gnu.org>
* TestFramework/gnustep-tests.in: Add --developer option

View file

@ -228,7 +228,7 @@ install: generated-files
$(INSTALL_DATA) config.make "$(makedir)/$(GNUSTEP_TARGET_LDIR)")
$(EC)(echo "Installing Test Framework scripts"; \
$(INSTALL_PROGRAM) -m 755 TestFramework/gnustep-tests "$(tooldir)"; \
$(INSTALL_PROGRAM) -m 755 TestFramework/Summary.sh "$(testdir)")
$(INSTALL_PROGRAM) -m 755 $(srcdir)/TestFramework/Summary.sh "$(testdir)")
$(EC)(echo "Installing Test Framework support files"; \
for f in $(TEST_FRAMEWORK_FILES); do \
$(INSTALL_DATA) "$(srcdir)/TestFramework/$$f" "$(testdir)"; \