Mercurial > mplayer.hg
comparison libdha/Makefile @ 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 | a7af240446d3 |
comparison
equal
deleted
inserted
replaced
22575:ef8c42f9c638 | 22576:8d6a555d6616 |
---|---|
37 # that includes svgalib_helper.o: | 37 # that includes svgalib_helper.o: |
38 ifneq ($(wildcard svgalib_helper),) | 38 ifneq ($(wildcard svgalib_helper),) |
39 CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/ | 39 CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/ |
40 endif | 40 endif |
41 | 41 |
42 all: pci_names.c $(LIBNAME) $(SHORTNAME) | 42 all: pci_names.c $(LIBNAME) |
43 | 43 |
44 $(LIBNAME): $(OBJS_MPLAYER) | 44 $(LIBNAME): $(OBJS_MPLAYER) |
45 ifeq ($(TARGET_WIN32),yes) | 45 ifeq ($(TARGET_WIN32),yes) |
46 $(AR) r $@ $^ | 46 $(AR) r $@ $^ |
47 else | 47 else |