aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/misc')
-rw-r--r--tools/misc/lomount/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/misc/lomount/Makefile b/tools/misc/lomount/Makefile
index 1d6d00cf5e..b0afe660ab 100644
--- a/tools/misc/lomount/Makefile
+++ b/tools/misc/lomount/Makefile
@@ -11,11 +11,11 @@ build: lomount
.PHONY: install
install install-recurse: build
- $(INSTALL_PROG) $(BIN) $(SCRIPTS) $(DESTDIR)$(BINDIR)
+ $(INSTALL_PROG) lomount $(SCRIPTS) $(DESTDIR)$(BINDIR)
.PHONY: clean
clean:
- $(RM) *.a *.so *.o *.rpm $(BIN)
+ $(RM) *.o lomount
lomount: lomount.o
$(CC) $(CFLAGS) -o $@ $<