[Mplayer-cvslog] CVS: main/libdha Makefile,1.5,1.6
Atmosfear
atmos4 at mplayer.dev.hu
Tue Jan 15 15:49:39 CET 2002
Update of /cvsroot/mplayer/main/libdha
In directory mplayer:/var/tmp.root/cvs-serv11414/libdha
Modified Files:
Makefile
Log Message:
*awk detection
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile 15 Jan 2002 12:10:19 -0000 1.5
+++ Makefile 15 Jan 2002 14:49:36 -0000 1.6
@@ -31,7 +31,7 @@
pci_names.c:
gzip -d -c oth/pci.db.gz >pci.db
- awk -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