From 9ba3767e28704afef08bc2231f36ba8b1073b80a Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 24 Jan 2011 11:26:11 +0100 Subject: [PATCH] Makefile: remove archived target from phony. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f304bab..7756f9f 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ else endif .SUFFIXES: .c .o -.PHONY : $(PROGRAM) clean distclean +.PHONY : clean distclean all : $(PROGRAM)