]> git.pld-linux.org Git - projects/setup.git/commitdiff
fix make install build dependency
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 20 Nov 2018 09:48:34 +0000 (11:48 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 20 Nov 2018 09:48:34 +0000 (11:48 +0200)
Makefile

index f001a32c2f62a121022532c4afc09f06e3a67b96..a345d66438c09ff17ccc3b6a2f4ca2bae69ab19b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ clean:
        cd etc; rm -f $(CLEAN)
        cd etc/profile.d; rm -f $(CLEAN)
 
-install:
+install: $(BIN_FILES)
        $(INSTALL) -d $(DESTDIR)/$(SBINDIR)
        $(INSTALL) -d $(DESTDIR)/$(ETCDIR)
        $(INSTALL) -d $(DESTDIR)/$(PROFILEDIR)
This page took 0.128224 seconds and 4 git commands to generate.