summaryrefslogtreecommitdiffstats
path: root/bin/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Makefile.in')
-rw-r--r--bin/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in
index 8a97def..04b2545 100644
--- a/bin/Makefile.in
+++ b/bin/Makefile.in
@@ -13,10 +13,12 @@ install: all
$(INSTALL) $$prog $(PREFIX)/bin; \
done; \
if test -f $(PREFIX)/bin/env ; then \
- echo "WARNING: *** $(PREFIX)/bin/env exists: not installing."; \
+ echo "WARNING: *** $(PREFIX)/bin/env exists: installing as env.new."; \
+ echo " *** review env.new for new/deprecated switches"; \
+ $(INSTALL_DATA) env $(PREFIX)/bin/env.new; \
else \
$(INSTALL_DATA) env $(PREFIX)/bin; \
- fi
+ fi
# BIN_DATAS are empty at the moment.
# for prog in $(BIN_DATAS) ; do \
# $(INSTALL_DATA) $$prog $(PREFIX)/bin; \