aboutsummaryrefslogtreecommitdiffstats
path: root/tools/remus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/remus/Makefile')
-rw-r--r--tools/remus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/remus/Makefile b/tools/remus/Makefile
index 70e175075f..dcb4b4d0b5 100644
--- a/tools/remus/Makefile
+++ b/tools/remus/Makefile
@@ -10,8 +10,8 @@ all: subdirs-all
.PHONY: install
install: subdirs-install
- $(INSTALL_DIR) $(DESTDIR)$(BINDIR)
- $(INSTALL_PYTHON_PROG) $(SCRIPTS) $(DESTDIR)$(BINDIR)
+ $(INSTALL_DIR) $(DESTDIR)$(BINDIR)
+ $(INSTALL_PYTHON_PROG) $(SCRIPTS) $(DESTDIR)$(BINDIR)
.PHONY: clean
clean: subdirs-clean