aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cil.patch/Makefile.in.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/cil.patch/Makefile.in.patch b/cil.patch/Makefile.in.patch
new file mode 100644
index 00000000..560d51e0
--- /dev/null
+++ b/cil.patch/Makefile.in.patch
@@ -0,0 +1,14 @@
+--- ../cil/Makefile.in.orig 2006-05-21 06:14:15.000000000 +0200
++++ ../cil/Makefile.in 2008-03-04 14:04:21.000000000 +0100
+@@ -243,9 +243,9 @@
+ echo " Zrapp.feature;" >> $@
+ endif
+ # Now the extra features, with the first letter capitalized
+- echo -ne \
++ echo \
+ $(foreach f,@EXTRAFEATURES@, \
+- `echo $f | cut -c 1 | tr "[a-z]" "[A-Z]"``echo $f | cut -c 2-`".feature;\n") >> $@
++ `echo $f | cut -c 1 | tr "[a-z]" "[A-Z]"``echo $f | cut -c 2-`".feature;") >> $@
+ echo "]" >>$@
+ # Must delete main.d and remake it, because it may have been made
+ # before feature_config existed.