From 141f0a6947a689e5b91e6bb658c19a2662205fa5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 5 Jul 2002 09:02:27 +0000 Subject: add explicit depandancies so that make rebuild files if needed when header're altered --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 9c8ddd9..ac7d295 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,10 @@ usbclass.c: /usr/share/usb.ids perl generate_usbclass.pl $^ > $@ chmod a-w $@ +pciusb.o: pciusb.c libldetect.h libldetect-private.h common.h +pci.o: pci.c libldetect.h libldetect-private.h common.h +usb.o: usb.c libldetect.h libldetect-private.h common.h + clean: rm -f *~ *.o pciclass.c usbclass.c $(binaries) $(libraries) -- cgit v1.2.1