summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 75f189a..fbd5211 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -58,14 +58,13 @@ clean:
.PHONY: install
install: all
@printf 'Generating installation configuration...\n'
- @echo '' > install.config
@if [ -n '$(DESTDIR)' ]; then \
destdir='$(DESTDIR)'; \
else \
destdir=/; \
fi; \
mkdir -p '$${destdir}'; \
- echo "DESTDIR=$$(cd "$${destdir}" && pwd)" >> install.config
+ echo "DESTDIR=$$(cd "$${destdir}" && pwd)" > install.config
@printf 'Installing executable files...\n'
@cd src && $(MAKE) $$(cat ../install.config) install
@printf 'Installing libary files...\n'