summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-07-06 01:56:35 +0000
committerKen Raeburn <raeburn@mit.edu>2002-07-06 01:56:35 +0000
commit23acab26cd1bc94ca25c24f3f1e849931a80f073 (patch)
tree8e8f0a7a809bbffcbe23b0bb5dd332070d9a80e8 /src/util/Makefile.in
parentd8efc7a90ccb6469e6b2fa6c9bbd011575197dc7 (diff)
downloadkrb5-23acab26cd1bc94ca25c24f3f1e849931a80f073.tar.gz
krb5-23acab26cd1bc94ca25c24f3f1e849931a80f073.tar.xz
krb5-23acab26cd1bc94ca25c24f3f1e849931a80f073.zip
* 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
Diffstat (limited to 'src/util/Makefile.in')
-rw-r--r--src/util/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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::