Don't rebuild modules during make install.

This commit is contained in:
Alexey Sokolov
2012-01-23 04:10:02 +07:00
parent 00e26c8dbc
commit 897806a84b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -93,6 +93,7 @@ TARGETS := $(addsuffix .so, $(FILES))
CLEAN += *.so extra/*.so *.o extra/*.o
.PHONY: all clean install install_datadir uninstall
.SECONDARY:
all: $(TARGETS)