summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-27 16:46:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-27 16:46:30 +0000
commitc9aed45201256f78c1334ba4a46a1ce0c6917ce2 (patch)
tree78004e06a74a6513c3e3457c49a01a5d24cd0d9e /Makefile
parentb27e02e1b475cc2c0fae7539542f5cdaa28dcd24 (diff)
downloadmpv-c9aed45201256f78c1334ba4a46a1ce0c6917ce2.tar.bz2
mpv-c9aed45201256f78c1334ba4a46a1ce0c6917ce2.tar.xz
Revert declaration .NOTPARALLEL. Unfortunately this special target does not
have the expected sane semantics, but has a global effect instead... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26904 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e455890c15..10f8ce66db 100644
--- a/Makefile
+++ b/Makefile
@@ -790,9 +790,6 @@ 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))