From 5001e8eeb99d81a492ca782dbed8df0063a26ab2 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 23 Aug 2010 21:32:42 +0000 Subject: removed broken target that overrides actual target just to display a message svn path=/trunk/externals/template/; revision=13900 --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 28b928f..060ab3a 100644 --- a/Makefile +++ b/Makefile @@ -165,10 +165,6 @@ $(LIBRARY_NAME): $(SOURCES:.c=.o) $(LIBRARY_NAME).o $(CC) $(LDFLAGS) -o $(LIBRARY_NAME).$(EXTENSION) $(SOURCES:.c=.o) $(LIBRARY_NAME).o $(LIBS) chmod a-x $(LIBRARY_NAME).$(EXTENSION) -$(LIBRARY_NAME): $(LIBRARY_NAME).$(EXTENSION) - @echo "finished building $@" - - install: libdir_install # The meta and help files are explicitly installed to make sure they are -- cgit v1.2.1