summaryrefslogtreecommitdiff
path: root/devel/cil/files/patch-Makefile.in
blob: ace8b08349238403aff11fde6e18449a5a0fad01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.in.orig	Sun May 21 09:44:15 2006
+++ Makefile.in	Mon Jul 10 10:17:48 2006
@@ -243,7 +243,7 @@
 	echo "   Zrapp.feature;" >> $@  
 endif
 # Now the extra features, with the first letter capitalized
-	echo -ne \
+	echo -e \
           $(foreach f,@EXTRAFEATURES@, \
              `echo $f | cut -c 1 | tr "[a-z]" "[A-Z]"``echo $f | cut -c 2-`".feature;\n") >> $@
 	echo "]"   >>$@