summaryrefslogtreecommitdiff
path: root/debian/patches/upstreamme0003-Make-sure-the-field-offsets-are-updated-if-needed.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/upstreamme0003-Make-sure-the-field-offsets-are-updated-if-needed.patch')
-rw-r--r--debian/patches/upstreamme0003-Make-sure-the-field-offsets-are-updated-if-needed.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/upstreamme0003-Make-sure-the-field-offsets-are-updated-if-needed.patch b/debian/patches/upstreamme0003-Make-sure-the-field-offsets-are-updated-if-needed.patch
deleted file mode 100644
index 48d4b75..0000000
--- a/debian/patches/upstreamme0003-Make-sure-the-field-offsets-are-updated-if-needed.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From fe214c07526a2138cf5f38f6826e6dd82dbc9af8 Mon Sep 17 00:00:00 2001
-From: Justus Winter <4winter@informatik.uni-hamburg.de>
-Date: Mon, 20 Jul 2015 20:26:29 +0200
-Subject: [PATCH gnumach 3/3] Make sure the field offsets are updated if needed
-
-* Makerules.am: Make sure the field offsets are updated if needed.
----
- Makerules.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makerules.am b/Makerules.am
-index b1f17d1..5106fef 100644
---- a/Makerules.am
-+++ b/Makerules.am
-@@ -21,7 +21,7 @@ EXTRA_DIST += \
- gensym.awk
- %.symc: %.sym gensym.awk
- $(AWK_V) $(AWK) -f $(word 2,$^) $< > $@
--%.symc.o: %.symc
-+%.symc.o: %.symc config.h
- $(AM_V_CC) $(COMPILE) -S -x c -o $@ $<
- %.h: %.symc.o
- $(AM_V_GEN) sed < $< > $@ \
---
-2.1.4
-