aboutsummaryrefslogtreecommitdiffstats
path: root/tools/remus/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-11-13 17:02:25 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-11-13 17:02:25 +0000
commit74781fed8b78b8d2b7b2e12a07a96789e7dc05a1 (patch)
treef24d5a9b796a24fbc419ee5617480a46dd77a147 /tools/remus/Makefile
parent0b6ade9b3ab1fda97dc503134390b577afdd026d (diff)
downloadxen-74781fed8b78b8d2b7b2e12a07a96789e7dc05a1.tar.gz
xen-74781fed8b78b8d2b7b2e12a07a96789e7dc05a1.tar.bz2
xen-74781fed8b78b8d2b7b2e12a07a96789e7dc05a1.zip
remus: Fix makefiles for indentation
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
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