# HG changeset patch # User diego # Date 1173920214 0 # Node ID 8d6a555d6616f9b44e3a722a1820df8d146d1ac7 # Parent ef8c42f9c63830c008575fdf6eba8492cf5a8755 SHORTNAME is not a target so it should not be used as prerequisite. diff -r ef8c42f9c638 -r 8d6a555d6616 libdha/Makefile --- a/libdha/Makefile Thu Mar 15 00:51:19 2007 +0000 +++ b/libdha/Makefile Thu Mar 15 00:56:54 2007 +0000 @@ -39,7 +39,7 @@ 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)