summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-05 09:02:27 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-05 09:02:27 +0000
commit141f0a6947a689e5b91e6bb658c19a2662205fa5 (patch)
tree4e779aee300ebbdfc10604e7cec66f6ec531e7dd
parent16c77aa4a48cd684497c27278cba6e6dea451a74 (diff)
downloadldetect-141f0a6947a689e5b91e6bb658c19a2662205fa5.tar
ldetect-141f0a6947a689e5b91e6bb658c19a2662205fa5.tar.gz
ldetect-141f0a6947a689e5b91e6bb658c19a2662205fa5.tar.bz2
ldetect-141f0a6947a689e5b91e6bb658c19a2662205fa5.tar.xz
ldetect-141f0a6947a689e5b91e6bb658c19a2662205fa5.zip
add explicit depandancies so that make rebuild files if needed when header're altered
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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)