summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-31 20:32:38 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-31 20:32:38 +0000
commit8f8547ae863e740f76fbe88064c28c1c4da1182b (patch)
treebb9522c6052aa6bc2a1160faa56570fadfc23b1d /stream
parentc0821a7d5171f2845570a578b01f5160e7fb0459 (diff)
downloadmpv-8f8547ae863e740f76fbe88064c28c1c4da1182b.tar.bz2
mpv-8f8547ae863e740f76fbe88064c28c1c4da1182b.tar.xz
removed deprecated test.c file from libmpdemux
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19282 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/Makefile b/stream/Makefile
index 85435fb73a..87b9fc4a5e 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -136,12 +136,12 @@ clean:
freesdp/*.o freesdp/*.a freesdp/*~
distclean: clean
- rm -f .depend test
+ rm -f .depend
dep: depend
depend:
- $(CC) -MM $(CFLAGS) test.c $(SRCS) 1>.depend
+ $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
#
# include dependency files if they exist