Remove nonexistent variable/file.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21204 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-25 01:28:49 +00:00
parent ac04dcd625
commit 983f114b7f
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ CFLAGS = $(OPTFLAGS)
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<
all: $(SUBDIRS) $(LIBNAME) do_drivers
all: $(LIBNAME) do_drivers
do_drivers:
$(MAKE) -C drivers

View File

@ -62,7 +62,7 @@ clean:
rm -f *.o *.so *~
distclean: clean
rm -f .depend test
rm -f .depend
dep depend:
# do nothing here