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