summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-27 16:24:40 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-27 16:24:40 +0000
commitb27e02e1b475cc2c0fae7539542f5cdaa28dcd24 (patch)
treeb29f45ea56ddcf31d4707f50bfb4257bb93550aa /Makefile
parent2aa93c54f53693c72ed9d51716ba7370b66fa6c5 (diff)
downloadmpv-b27e02e1b475cc2c0fae7539542f5cdaa28dcd24.tar.bz2
mpv-b27e02e1b475cc2c0fae7539542f5cdaa28dcd24.tar.xz
Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all created
simultaneously by the same command. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26903 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 10f8ce66db..e455890c15 100644
--- a/Makefile
+++ b/Makefile
@@ -790,6 +790,9 @@ VIDIX_PCI_FILES = vidix/pci_dev_ids.c vidix/pci_ids.h vidix/pci_names.c \
$(VIDIX_PCI_FILES): vidix/pci.db
LC_ALL=C awk -f vidix/pci_db2c.awk $< $(VIDIX_PCIDB)
+# Make sure that the awk processes do not step on each other's toes.
+.NOTPARALLEL: $(VIDIX_PCI_FILES)
+
VIDIX_DEPS = $(filter vidix/%,$(SRCS_MPLAYER:.c=.d))
VIDIX_OBJS = $(filter vidix/%,$(SRCS_MPLAYER:.c=.o))