summaryrefslogtreecommitdiffstats
path: root/tools/cpu/generic
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu/generic')
-rw-r--r--tools/cpu/generic/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cpu/generic/Makefile.in b/tools/cpu/generic/Makefile.in
index e5fdec7d7f..4586a43b45 100644
--- a/tools/cpu/generic/Makefile.in
+++ b/tools/cpu/generic/Makefile.in
@@ -24,10 +24,10 @@ INSTALLED=$(PGMS:%=$(DESTDIR)/%)
all: $(DESTDIR) $(PGMS) install
$(DESTDIR):
- $(BSDINSTALL) $(INSTDIRFLAGS) $@
+ @INSTALL@ $(INSTDIRFLAGS) $@
install: $(INSTALLED)
# Install the program
$(DESTDIR)/%: %
- $(BSDINSTALL) $(INSTBINFLAGS) $^ $@
+ @INSTALL@ $(INSTBINFLAGS) $^ $@