# HG changeset patch # User diego # Date 1211906790 0 # Node ID af5174b932ad07279dc45ac3a8b1e8c421192447 # Parent 626865450a91af5c5e24a927235310b342f202fc Revert declaration .NOTPARALLEL. Unfortunately this special target does not have the expected sane semantics, but has a global effect instead... diff -r 626865450a91 -r af5174b932ad Makefile --- 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))