targets must be prerequisites to .PHONY not commands

This commit is contained in:
Evan Gates 2016-10-19 11:04:48 -07:00 committed by Laslo Hunhold
parent e2f886c7e2
commit 4b5a948cee
1 changed files with 1 additions and 2 deletions

View File

@ -273,5 +273,4 @@ clean:
rm -f $(BIN) $(OBJ) $(LIB) sbase-box sbase-$(VERSION).tar.gz
rm -f getconf.h
.PHONY:
all install uninstall dist sbase-box sbase-box-install sbase-box-uninstall clean
.PHONY: all install uninstall dist sbase-box sbase-box-install sbase-box-uninstall clean