aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 61c7953d..2dcd5143 100644
--- a/Makefile
+++ b/Makefile
@@ -38,10 +38,10 @@ SLIB_FILE= libsparse.so
LIBS=$(LIB_FILE)
-all: $(PROGRAMS) $(SLIB_FILE)
+all: $(PROGRAMS)
-install: $(INST_PROGRAMS) $(SLIB_FILE) bin-dir
- for f in $(INST_PROGRAMS) $(SLIB_FILE); do \
+install: $(INST_PROGRAMS) bin-dir
+ for f in $(INST_PROGRAMS); do \
install -v $$f $(BINDIR)/$$f || exit 1; \
done