diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-07 21:09:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-07 21:09:32 +0000 |
commit | 147b493b30c162de7714dc940ce7ebac9be7498b (patch) | |
tree | 96e1e89c8bcd08008ded7fe14666f2f34891c3ab /Makefile | |
parent | 5a075baba358ea6f515652565cb48ab070c78721 (diff) | |
download | ldetect-lst-147b493b30c162de7714dc940ce7ebac9be7498b.tar ldetect-lst-147b493b30c162de7714dc940ce7ebac9be7498b.tar.gz ldetect-lst-147b493b30c162de7714dc940ce7ebac9be7498b.tar.bz2 ldetect-lst-147b493b30c162de7714dc940ce7ebac9be7498b.tar.xz ldetect-lst-147b493b30c162de7714dc940ce7ebac9be7498b.zip |
adding update-ldetect-lst to take care of directorized pcitable/usbtable/...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,8 +8,9 @@ clean: make -C lst clean install: build - install -d $(bindir) $(dir) + install -d $(bindir) $(sbindir) $(dir) make -C lst install + install update-ldetect-lst $(sbindir) install convert/merge2pcitable.pl $(bindir) rpm: clean $(RPM) |