diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-05 09:02:27 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-05 09:02:27 +0000 |
commit | 141f0a6947a689e5b91e6bb658c19a2662205fa5 (patch) | |
tree | 4e779aee300ebbdfc10604e7cec66f6ec531e7dd /Makefile | |
parent | 16c77aa4a48cd684497c27278cba6e6dea451a74 (diff) | |
download | ldetect-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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |