diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-23 21:32:42 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-23 21:32:42 +0000 |
commit | 5001e8eeb99d81a492ca782dbed8df0063a26ab2 (patch) | |
tree | 36a6744358be88acfbdbc6d5acecd3b48a55f28c /Makefile | |
parent | d3f0fbf7f5f348a28dddee1d5062024e857b20b3 (diff) |
removed broken target that overrides actual target just to display a message
svn path=/trunk/externals/template/; revision=13900
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |