summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
Diffstat (limited to 'vidix')
-rw-r--r--vidix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index 7410b57542..0924abf2c4 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -47,7 +47,7 @@ rage128_vid.o: radeon_vid.c
$(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