mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 02:09:52 +00:00
No need to set LC_ALL=C for individual shell commands,
it is already set from config.mak. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27013 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
15729258fc
commit
0ed0cb1af4
2
Makefile
2
Makefile
@ -778,7 +778,7 @@ VIDIX_PCI_FILES = vidix/pci_dev_ids.c vidix/pci_ids.h vidix/pci_names.c \
|
||||
vidix/pci_names.h vidix/pci_vendors.h
|
||||
|
||||
$(VIDIX_PCI_FILES): vidix/pci.db vidix/pci_db2c.awk
|
||||
LC_ALL=C awk -f vidix/pci_db2c.awk $< $(VIDIX_PCIDB)
|
||||
awk -f vidix/pci_db2c.awk $< $(VIDIX_PCIDB)
|
||||
|
||||
VIDIX_DEPS = $(filter vidix/%,$(SRCS_MPLAYER:.c=.d))
|
||||
VIDIX_OBJS = $(filter vidix/%,$(SRCS_MPLAYER:.c=.o))
|
||||
|
Loading…
Reference in New Issue
Block a user