0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

make the awk script working for localized machines too, patch by Onur Kucuk

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12693 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2004-06-26 13:48:35 +00:00
parent 662419c0f8
commit 51a160c40a

View File

@ -2,8 +2,8 @@
include ../config.mak
MAJOR_VERSION = 0
MINOR_VERSION = 1
MAJOR_VERSION = 1
MINOR_VERSION = 0
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
@ -60,7 +60,7 @@ endif
all: $(LIBNAME) $(SHORTNAME)
pci_names.c:
$(AWK) -f pci_db2c.awk oth/pci.db
LC_CTYPE=C $(AWK) -f pci_db2c.awk oth/pci.db
test:
$(CC) test.c -o test $(SHORTNAME)