summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-19 14:17:59 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-19 14:17:59 +0000
commit15ea14e08ab008836b5f365e6813f36056a00e5e (patch)
tree4491506415b17e554b8a85f66eecfd9a4df6031e /TOOLS
parent9cfbc0fd80410680cf26f5d50c20e08d26f4f194 (diff)
downloadmpv-15ea14e08ab008836b5f365e6813f36056a00e5e.tar.bz2
mpv-15ea14e08ab008836b5f365e6813f36056a00e5e.tar.xz
Remove just the targets, not the original codecs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19909 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/realcodecs/Makefile2
1 files changed, 1 insertions, 1 deletions
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)