targets must be prerequisites to .PHONY not commands
This commit is contained in:
parent
e2f886c7e2
commit
4b5a948cee
3
Makefile
3
Makefile
|
@ -273,5 +273,4 @@ clean:
|
||||||
rm -f $(BIN) $(OBJ) $(LIB) sbase-box sbase-$(VERSION).tar.gz
|
rm -f $(BIN) $(OBJ) $(LIB) sbase-box sbase-$(VERSION).tar.gz
|
||||||
rm -f getconf.h
|
rm -f getconf.h
|
||||||
|
|
||||||
.PHONY:
|
.PHONY: all install uninstall dist sbase-box sbase-box-install sbase-box-uninstall clean
|
||||||
all install uninstall dist sbase-box sbase-box-install sbase-box-uninstall clean
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user