[hackers] [sbase] targets must be prerequisites to .PHONY not commands || Evan Gates

From: <git_AT_suckless.org>
Date: Tue, 27 Dec 2016 15:04:02 +0100 (CET)

commit 4b5a948ceedf7c9ae7f814c5444cb8caf32d307c
Author: Evan Gates <evan.gates_AT_gmail.com>
AuthorDate: Wed Oct 19 11:04:48 2016 -0700
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Tue Dec 27 13:15:10 2016 +0100

    targets must be prerequisites to .PHONY not commands

diff --git a/Makefile b/Makefile
index 58a92a9..a2f4784 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -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
Received on Tue Dec 27 2016 - 15:04:02 CET

This archive was generated by hypermail 2.3.0 : Tue Dec 27 2016 - 15:13:07 CET