summarylogtreecommitdiffstats
path: root/configure.patch
blob: e72cb8fddd76c313d41617e93ee3b121aae6b84e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@@ -143,8 +143,8 @@
 printf "makefile ..."
 rm -f makefile
 sed \
-  -e "s,@CC@,$CC," \
-  -e "s,@CFLAGS@,$CFLAGS," \
-  -e "s,@TARGETS@,$TARGETS," \
+  -e "s#@CC@#$CC#" \
+  -e "s#@CFLAGS@#$CFLAGS#" \
+  -e "s#@TARGETS@#$TARGETS#" \
 makefile.in > makefile
 echo " done"