Forráskód Böngészése

- first compile all the code and then install (at the price of slightly
slower make install)
Closes SER-390.

Andrei Pelinescu-Onciul 17 éve
szülő
commit
bac0e1e67c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -516,7 +516,7 @@ man:
 	done; true
 	done; true
 
 
 .PHONY: install
 .PHONY: install
-install: install-bin install-modules install-cfg \
+install:all install-bin install-modules install-cfg \
 	install-doc install-man install-utils install-share
 	install-doc install-man install-utils install-share
 
 
 .PHONY: dbinstall
 .PHONY: dbinstall