comparison libdha/Makefile @ 22781:c05c25e5f071

Remove unnecessary explicit dependency.
author diego
date Sat, 24 Mar 2007 14:22:45 +0000
parents ed0921236a36
children 142a2a3b7218
comparison
equal deleted inserted replaced
22780:ed0921236a36 22781:c05c25e5f071
18 # that includes svgalib_helper.o: 18 # that includes svgalib_helper.o:
19 ifneq ($(wildcard svgalib_helper),) 19 ifneq ($(wildcard svgalib_helper),)
20 CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/ 20 CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
21 endif 21 endif
22 22
23 all: pci_names.c $(LIBNAME) 23 all: $(LIBNAME)
24 24
25 include ../mpcommon.mak 25 include ../mpcommon.mak
26 26
27 $(LIBNAME): $(OBJS_MPLAYER) 27 $(LIBNAME): $(OBJS_MPLAYER)
28 $(CC) -shared -Wl,-soname -Wl,$@ -o $@ $^ $(EXTRALIBS) 28 $(CC) -shared -Wl,-soname -Wl,$@ -o $@ $^ $(EXTRALIBS)