blob: 48f9f3e545624e03d3ca90090c3a77bfb7ea4c80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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/4] 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
|