summaryrefslogtreecommitdiffstats
path: root/c/src/make/host.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/make/host.cfg.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/c/src/make/host.cfg.in b/c/src/make/host.cfg.in
index cae07de613..aa215b8eae 100644
--- a/c/src/make/host.cfg.in
+++ b/c/src/make/host.cfg.in
@@ -19,15 +19,13 @@ SHELL=@SHELL@
ECHO=echo
CAT=cat
-RM=@RM@ -f
+## RM=@RM@ -f
CP=@CP@
MV=@MV@
LN=@LN@
MKDIR=mkdir
CHMOD=chmod
SED=sed
-# Anybody using this?
-# M4=@M4@
# Global tools
ifndef PACKHEX
@@ -74,7 +72,3 @@ INSTDATAFLAGS = -m 0644
INSTLIBFLAGS = -m 0644
INSTDIRFLAGS = -m 0755 -d
INSTINCFLAGS = -m 0644
-
-ifndef INSTALL_DATA
-INSTALL_DATA = $(INSTALL) $(INSTDATAFLAGS)
-endif