diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-06 16:55:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-06 16:55:33 +0000 |
commit | 6d66f7c330229bb8c841ef54969c8e7875ba32a0 (patch) | |
tree | 47b1b2d9fdda88897afd08fcfae0d95f44f34a33 /convert | |
parent | e2294a3cd3ffcd1920c68467a3702e90c4ba51dd (diff) | |
download | ldetect-lst-6d66f7c330229bb8c841ef54969c8e7875ba32a0.tar ldetect-lst-6d66f7c330229bb8c841ef54969c8e7875ba32a0.tar.gz ldetect-lst-6d66f7c330229bb8c841ef54969c8e7875ba32a0.tar.bz2 ldetect-lst-6d66f7c330229bb8c841ef54969c8e7875ba32a0.tar.xz ldetect-lst-6d66f7c330229bb8c841ef54969c8e7875ba32a0.zip |
*** empty log message ***
Diffstat (limited to 'convert')
-rw-r--r-- | convert/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/convert/Makefile b/convert/Makefile index a98e951b..596bee2d 100644 --- a/convert/Makefile +++ b/convert/Makefile @@ -13,4 +13,5 @@ xf86PciInfo2pcitable: %: %.c xf86PciInfo.h #do # take new xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h in XFree86-4 -# make ; ./xf86PciInfo2pcitable > /tmp/xf_pcitable ; perl rh_pcitable2pcitable /tmp/xf_pcitable ../pcitable +# make ; ./xf86PciInfo2pcitable > /tmp/xf_pcitable ; ./merge2pcitable.pl pcitable /tmp/xf_pcitable pcitable + |