[Mplayer-cvslog] CVS: main/libdha Makefile,1.18,1.19
Alex Beregszaszi
alex at mplayerhq.hu
Sat Dec 21 18:50:13 CET 2002
Update of /cvsroot/mplayer/main/libdha
In directory mail:/var/tmp.root/cvs-serv25088
Modified Files:
Makefile
Log Message:
pci_names.c creation fixup
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Makefile 20 Dec 2002 21:07:11 -0000 1.18
+++ Makefile 21 Dec 2002 17:49:52 -0000 1.19
@@ -37,7 +37,7 @@
# .PHONY: all clean
-.c.o:
+.c.o: pci_names.c
$(CC) -c $(CFLAGS) -o $@ $<
$(LIBNAME): $(OBJS)
@@ -63,7 +63,7 @@
dep: depend
-depend:
+depend: pci_names.c
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
install:
More information about the MPlayer-cvslog
mailing list