From 2339d9c6df8c73d01667afa4d1bd938ea98b71d8 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 19 Nov 2014 13:53:17 +0100 Subject: Makefile.in: allow parallel compilation of std.standard. --- Makefile.in | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index ca8a7b6b1..84761de91 100644 --- a/Makefile.in +++ b/Makefile.in @@ -229,30 +229,30 @@ $(LIB93_DIR)/std/std_standard.o: $(GHDL1) ifeq ($(GHDL),ghdl_llvm) $(GHDL1) --std=93 -quiet $(LIB_CFLAGS) -c -o $@ --compile-standard else - $(GHDL1) --std=93 -quiet $(LIB_CFLAGS) -o std_standard.s \ + $(GHDL1) --std=93 -quiet $(LIB_CFLAGS) -o std_standard_93.s \ --compile-standard - $(CC) -c -o $@ std_standard.s - $(RM) std_standard.s + $(CC) -c -o $@ std_standard_93.s + $(RM) std_standard_93.s endif $(LIB87_DIR)/std/std_standard.o: $(GHDL1) ifeq ($(GHDL),ghdl_llvm) $(GHDL1) --std=87 -quiet $(LIB_CFLAGS) -c -o $@ --compile-standard else - $(GHDL1) --std=87 -quiet $(LIB_CFLAGS) -o std_standard.s \ + $(GHDL1) --std=87 -quiet $(LIB_CFLAGS) -o std_standard_87.s \ --compile-standard - $(CC) -c -o $@ std_standard.s - $(RM) std_standard.s + $(CC) -c -o $@ std_standard_87.s + $(RM) std_standard_87.s endif $(LIB08_DIR)/std/std_standard.o: $(GHDL1) ifeq ($(GHDL),ghdl_llvm) $(GHDL1) --std=08 -quiet $(LIB_CFLAGS) -c -o $@ --compile-standard else - $(GHDL1) --std=08 -quiet $(LIB_CFLAGS) -o std_standard.s \ + $(GHDL1) --std=08 -quiet $(LIB_CFLAGS) -o std_standard_08.s \ --compile-standard - $(CC) -c -o $@ std_standard.s - $(RM) std_standard.s + $(CC) -c -o $@ std_standard_08.s + $(RM) std_standard_08.s endif libs.vhdl.v93: std.v93 ieee.v93 synopsys.v93 mentor.v93 -- cgit v1.2.3