diff options
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lst/Makefile b/lst/Makefile index 05470b76..940d5315 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -17,8 +17,10 @@ clean: rm -f *~ *.tmp ScannerDB.gz check: - @../convert/merge2pcitable.pl pcitable pcitable pcitable > /dev/null - @../convert/merge2pcitable.pl pcitable usbtable usbtable > /dev/null + @../convert/merge2pcitable.pl pcitable pcitable pcitable > .pcitable + @diff -u pcitable .pcitable + @../convert/merge2pcitable.pl pcitable usbtable usbtable > .usbtable + @diff -u usbtable .usbtable @cd ../convert; ./verify_Cards.pl $(TMP_TABLES1): %.tmp: % |