From 3bbd82c2400d07c27a9959b959759657a8022f6d Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Thu, 17 May 2012 05:59:31 +0900 Subject: remove duplicated rule --- test/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/Makefile b/test/Makefile index 7f5c16980..8ee12dbf1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -66,10 +66,6 @@ endif ############################## # generic build targets, rules -.PHONY : all -all : $(LIBR) $(EXE) - @echo "make: built targets of `pwd`" - .PHONY : test all : $(LIBR) $(EXE) ./$(EXE) -- cgit v1.2.3