]> git.ipfire.org Git - pakfire.git/commitdiff
Make sure everything is rebuilt when running "make install".
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Oct 2011 12:43:43 +0000 (14:43 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Oct 2011 12:43:43 +0000 (14:43 +0200)
Makefile

index 3a301557ede17e96b1176af7c44c8de903650ff2..67e360a0180743836045629b306ce11fd73596e6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ dist:
                gzip -9 > $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz
 
 .PHONY: install
-install:
+install: build
        for dir in $(SUBDIRS); do \
                $(MAKE) -C $${dir} install || exit; \
        done