mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 17:01:18 +00:00
fix error in filename
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32016 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
da09f8157f
commit
7bf89fa20d
1 changed files with 2 additions and 2 deletions
|
@ -224,7 +224,7 @@ install: generated-files
|
|||
$(INSTALL_DATA) filesystem.make "$(makedir)"; \
|
||||
$(INSTALL_DATA) config.make "$(makedir)/$(GNUSTEP_TARGET_LDIR)")
|
||||
$(EC)(echo "Installing Test Framework scripts"; \
|
||||
$(INSTALL_PROGRAM) -m 755 TestFramework/runtests.sh "$(tooldir)"; \
|
||||
$(INSTALL_PROGRAM) -m 755 TestFramework/gnustep-tests "$(tooldir)"; \
|
||||
$(INSTALL_PROGRAM) -m 755 TestFramework/runtest.sh "$(makedir)/TestFramework")
|
||||
$(EC)(echo "Installing Test Framework support files"; \
|
||||
for f in $(TEST_FRAMEWORK_FILES); do \
|
||||
|
@ -273,7 +273,7 @@ uninstall:
|
|||
rm -f "$(tooldir)/debugapp"; \
|
||||
rm -f "$(tooldir)/opentool"; \
|
||||
rm -f "$(tooldir)/gnustep-config"; \
|
||||
rm -f "$(tooldir)/runtests.sh"; \
|
||||
rm -f "$(tooldir)/gnustep-tests"; \
|
||||
rm -f "$(makedir)/TestFramework/runtest.sh"; \
|
||||
for f in $(MAKE_FILES); do \
|
||||
rm -f "$(makedir)/$$f"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue