changeset 26872:af5174b932ad

Revert declaration .NOTPARALLEL. Unfortunately this special target does not have the expected sane semantics, but has a global effect instead...
author diego
date Tue, 27 May 2008 16:46:30 +0000
parents 626865450a91
children a90971b955af
files Makefile
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue May 27 16:24:40 2008 +0000
+++ b/Makefile	Tue May 27 16:46:30 2008 +0000
@@ -790,9 +790,6 @@
 $(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))