SHORTNAME is not a target so it should not be used as prerequisite.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22594 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-15 00:56:54 +00:00
parent 7c26212659
commit 07e412935a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ ifneq ($(wildcard svgalib_helper),)
CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
endif
all: pci_names.c $(LIBNAME) $(SHORTNAME)
all: pci_names.c $(LIBNAME)
$(LIBNAME): $(OBJS_MPLAYER)
ifeq ($(TARGET_WIN32),yes)