comparison 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
comparison
equal deleted inserted replaced
23316:9446edf3329f 23317:f5ecd91bcea1
45 45
46 rage128_vid.o: radeon_vid.c 46 rage128_vid.o: radeon_vid.c
47 $(CC) -c $(CFLAGS) -DRAGE128 -o $@ $< 47 $(CC) -c $(CFLAGS) -DRAGE128 -o $@ $<
48 48
49 pci_names.c pci_dev_ids.c: pci.db 49 pci_names.c pci_dev_ids.c: pci.db
50 LC_ALL=C $(AWK) -f pci_db2c.awk $< 50 LC_ALL=C awk -f pci_db2c.awk $<
51 51
52 clean:: 52 clean::
53 rm -f pci_*.c pci_*.h 53 rm -f pci_*.c pci_*.h