targets must be prerequisites to PHONY, not commands
From e160605d1c27e433e9b5c72c3cf849522a802d17 Mon Sep 17 00:00:00 2001
From: Evan Gates <[email protected]>
Date: Wed, 19 Oct 2016 11:04:48 -0700
Subject: [PATCH] targets must be prerequisites to .PHONY not commands
---
Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 25bab70..c7fe373 100644
--- a/Makefile
+++ b/Makefile
@@ -272,5 +272,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
--
2.10.0