summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index af0cd30d1a..6293578d51 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -37,7 +37,7 @@ endif
# .PHONY: all clean
-.c.o:
+.c.o: pci_names.c
$(CC) -c $(CFLAGS) -o $@ $<
$(LIBNAME): $(OBJS)
@@ -63,7 +63,7 @@ distclean:
dep: depend
-depend:
+depend: pci_names.c
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
install: