From 07e412935a4be047470f0072f9d3a37d2ba7570a Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 15 Mar 2007 00:56:54 +0000 Subject: [PATCH] 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 --- libdha/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdha/Makefile b/libdha/Makefile index 16f1811dd8..38439b122e 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -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)