Remove unnecessary explicit dependency.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22799 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-24 14:22:45 +00:00
parent a1202d6267
commit 89b6beb3d5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ ifneq ($(wildcard svgalib_helper),)
CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
endif
all: pci_names.c $(LIBNAME)
all: $(LIBNAME)
include ../mpcommon.mak