# HG changeset patch # User alex # Date 1040492992 0 # Node ID 55e80f13c826cff38a8e28370ce4e4b17f0dea99 # Parent d794e866cf5ffdf61303aeda540d1faca986523e pci_names.c creation fixup diff -r d794e866cf5f -r 55e80f13c826 libdha/Makefile --- a/libdha/Makefile Sat Dec 21 13:06:23 2002 +0000 +++ b/libdha/Makefile Sat Dec 21 17:49:52 2002 +0000 @@ -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: