[Mplayer-cvslog] CVS: main/libdha Makefile,1.3,1.4

Alex Beregszaszi alex at mplayer.dev.hu
Sat Jan 12 18:11:04 CET 2002


Update of /cvsroot/mplayer/main/libdha
In directory mplayer:/var/tmp.root/cvs-serv555

Modified Files:
	Makefile 
Log Message:
gawk -> awk

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	12 Jan 2002 11:39:07 -0000	1.3
+++ Makefile	12 Jan 2002 17:11:01 -0000	1.4
@@ -27,7 +27,7 @@
 
 pci_names.c:
 	gzip -d -c oth/pci.db.gz >pci.db
-	gawk -f pci_db2c.awk pci.db
+	awk -f pci_db2c.awk pci.db
 
 test:
 	$(CC) test.c -o test $(SHORTNAME)




More information about the MPlayer-cvslog mailing list