diff vidix/Makefile @ 23317:f5ecd91bcea1

Remove awk test. awk is a basic Unix tool, any implementation is sufficient.
author diego
date Thu, 17 May 2007 21:48:56 +0000
parents 17fcd644f32e
children 4ba5a1593296
line wrap: on
line diff
--- a/vidix/Makefile	Thu May 17 21:33:49 2007 +0000
+++ b/vidix/Makefile	Thu May 17 21:48:56 2007 +0000
@@ -47,7 +47,7 @@
 	$(CC) -c $(CFLAGS) -DRAGE128 -o $@ $<
 
 pci_names.c pci_dev_ids.c: pci.db
-	LC_ALL=C $(AWK) -f pci_db2c.awk $<
+	LC_ALL=C awk -f pci_db2c.awk $<
 
 clean::
 	rm -f pci_*.c pci_*.h