[projects/setup] fix make install build dependency

glen glen at pld-linux.org
Tue Nov 20 10:58:13 CET 2018


commit 177d3f6cd48e854aae208a098821c5dce4dd2da8
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Tue Nov 20 11:48:34 2018 +0200

    fix make install build dependency

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
index f001a32..a345d66 100644
--- 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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/setup.git/commitdiff/c2270ab060eec5f143a9a289098dd728c05377ca



More information about the pld-cvs-commit mailing list