changeset 8506:55e80f13c826

pci_names.c creation fixup
author alex
date Sat, 21 Dec 2002 17:49:52 +0000
parents d794e866cf5f
children 3f9940a98d7f
files libdha/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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: