From 15ea14e08ab008836b5f365e6813f36056a00e5e Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 19 Sep 2006 14:17:59 +0000 Subject: Remove just the targets, not the original codecs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19909 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/realcodecs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/realcodecs/Makefile b/TOOLS/realcodecs/Makefile index 3327754c38..5c978716da 100644 --- a/TOOLS/realcodecs/Makefile +++ b/TOOLS/realcodecs/Makefile @@ -10,4 +10,4 @@ TARGETS = $(SRCS:.c=.so.6.0) all: $(TARGETS) clean: - rm -f *.so.6.0 + rm -f $(TARGETS) -- cgit v1.2.3