mirror of https://github.com/mpv-player/mpv
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:
parent
7c26212659
commit
07e412935a
|
@ -39,7 +39,7 @@ ifneq ($(wildcard svgalib_helper),)
|
||||||
CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
|
CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all: pci_names.c $(LIBNAME) $(SHORTNAME)
|
all: pci_names.c $(LIBNAME)
|
||||||
|
|
||||||
$(LIBNAME): $(OBJS_MPLAYER)
|
$(LIBNAME): $(OBJS_MPLAYER)
|
||||||
ifeq ($(TARGET_WIN32),yes)
|
ifeq ($(TARGET_WIN32),yes)
|
||||||
|
|
Loading…
Reference in New Issue