summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-24 22:54:42 (GMT)
committerGitHub <noreply@github.com>2017-01-24 22:54:42 (GMT)
commitb5d0e396d9ad0c886ab487bd26776bda92e5f40c (patch)
tree7bfe2a05f5dcee235ddc448dc3bde53882c8318c /Makefile.in
parent027a75cbf0e8361160485b5869f3a554cf44977c (diff)
parent832bee87c03ce2fecdbf8b00996fc1fca8f2b2e0 (diff)
Merge pull request #547 from stilor/separate-canadian-crosses-instdir
Simplify the pre-build actions a bit
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 4fb85bb..8d629c9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -157,7 +157,7 @@ uninstall: real-uninstall
build-bin: $(PROG_NAME) \
scripts/crosstool-NG.sh \
scripts/saveSample.sh \
- scripts/showTuple.sh
+ scripts/showConfig.sh
@chmod 755 $^
build-lib: config/configure.in \
@@ -262,8 +262,8 @@ clean-bin:
@rm -f scripts/crosstool-NG.sh
@echo " RM 'scripts/saveSample.sh'"
@rm -f scripts/saveSample.sh
- @echo " RM 'scripts/showTuple.sh'"
- @rm -f scripts/showTuple.sh
+ @echo " RM 'scripts/showConfig.sh'"
+ @rm -f scripts/showConfig.sh
clean-lib:
@echo " RM 'paths'"