Mercurial > mplayer.hg
changeset 22576:8d6a555d6616
SHORTNAME is not a target so it should not be used as prerequisite.
author | diego |
---|---|
date | Thu, 15 Mar 2007 00:56:54 +0000 |
parents | ef8c42f9c638 |
children | a033e5519802 |
files | libdha/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)