1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-11 04:01:31 +00:00

fixing dependancies

removing stray tabs


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8099 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2002-11-04 10:01:15 +00:00
parent c987c2e4e9
commit 00d6957806

View File

@ -38,7 +38,7 @@ distclean:
dep: depend
depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
$(CC) -MM $(CFLAGS) $(SWSSRCS) postprocess.c 1>.depend
cs_test: $(CS_TEST_OBJS)
$(CC) $(CS_TEST_OBJS) -o cs_test