summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-11-19 08:18:59 (GMT)
committerAlexey Neyman <stilor@att.net>2017-11-20 05:50:28 (GMT)
commit5495a3497b54aa56e821c8aa44233345c0bd86b9 (patch)
tree6cf67d3eafc9315e5f2ff7353a3072d1d20dc553 /Makefile.in
parentf1cca2a7c2e5cf5ba3cb4f9c520e6bc5edc1a691 (diff)
showConfig.sh no longer has anything substituted
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 33d9666..76fbd93 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -162,8 +162,7 @@ uninstall: real-uninstall
build-bin: $(PROG_NAME) \
scripts/scripts.mk \
scripts/crosstool-NG.sh \
- scripts/saveSample.sh \
- scripts/showConfig.sh
+ scripts/saveSample.sh
build-lib: paths.mk \
paths.sh
@@ -228,7 +227,6 @@ clean-bin:
$(call __silent_rm,scripts/scripts.mk)
$(call __silent_rm,scripts/crosstool-NG.sh)
$(call __silent_rm,scripts/saveSample.sh)
- $(call __silent_rm,scripts/showConfig.sh)
clean-lib:
$(call __silent_rm,paths.mk paths.sh)