summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-17 21:48:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-17 21:48:56 +0000
commit8b21601418f49494fa1a921ff108b4da87097f3d (patch)
treefddc49eee7ca37d9be77313b0c651f8e195ca0eb /vidix
parentf9b7e2b874a32ad147a3d7519e4327bde5837398 (diff)
downloadmpv-8b21601418f49494fa1a921ff108b4da87097f3d.tar.bz2
mpv-8b21601418f49494fa1a921ff108b4da87097f3d.tar.xz
Remove awk test. awk is a basic Unix tool, any implementation is sufficient.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23335 b3059339-0415-0410-9bf9-f77b7e298cf2
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