From 23acab26cd1bc94ca25c24f3f1e849931a80f073 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 6 Jul 2002 01:56:35 +0000 Subject: * Makefile.in (SLIBSH): Use vertical-bar instead of comma for substituting CC in case the CC specified uses commas. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14612 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/Makefile.in') diff --git a/src/util/Makefile.in b/src/util/Makefile.in index 9ff1f397ac..b46c286b25 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -9,7 +9,7 @@ MAC_SUBDIRS = profile et editsh = sed -e 's,@''ARADD''@,$(ARADD),g' -e 's,@''ARCHIVE''@,$(ARCHIVE),g' HOST_TYPE=@HOST_TYPE@ HAVE_GCC=@HAVE_GCC@ -SLIBSH=sed -e 's,@''CC''@,$(CC),g' -e 's,@''HOST_TYPE''@,$(HOST_TYPE),g' -e 's,@''HAVE_GCC''@,$(HAVE_GCC),g' +SLIBSH=sed -e 's|@''CC''@|$(CC)|g' -e 's,@''HOST_TYPE''@,$(HOST_TYPE),g' -e 's,@''HAVE_GCC''@,$(HAVE_GCC),g' all-recurse: libupdate makeshlib all-mac:: -- cgit