targets must be prerequisites to .PHONY not commands
diff --git a/Makefile b/Makefile
index 58a92a9..a2f4784 100644
--- a/Makefile
+++ b/Makefile
@@ -273,5 +273,4 @@
 	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