summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/dynamips/files')
-rw-r--r--app-emulation/dynamips/files/dynamips-0.2.8_rc2-parallel_build.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-emulation/dynamips/files/dynamips-0.2.8_rc2-parallel_build.patch b/app-emulation/dynamips/files/dynamips-0.2.8_rc2-parallel_build.patch
deleted file mode 100644
index a0e7798fa..000000000
--- a/app-emulation/dynamips/files/dynamips-0.2.8_rc2-parallel_build.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig 2009-01-16 14:45:30.000000000 +0000
-+++ Makefile 2009-01-16 15:02:47.000000000 +0000
-@@ -215,8 +215,7 @@
- .PHONY: all
- all: $(PROG) nvram_export
-
--$(PROG): mips64_microcode_dump.inc ppc32_microcode_dump.inc \
-- $(LEX_C) $(C_OBJS) $(A_OBJS)
-+$(PROG): $(LEX_C) $(C_OBJS) $(A_OBJS)
- @echo "Linking $@"
- @$(CC) -o $@ $(C_OBJS) $(A_OBJS) $(LIBS)
-
-@@ -246,6 +245,8 @@
- @echo "Building assembly definitions header file"
- @./asmdefs
-
-+dev_rom.o: mips64_microcode_dump.inc ppc32_microcode_dump.inc
-+
- nvram_export$(BIN_EXT): nvram_export.c
- @echo "Linking $@"
- @$(CC) -Wall $(CFLAGS) -o $@ nvram_export.c