handle sed expression breaking

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13670 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-04-01 12:34:22 +00:00
parent 3e892bce73
commit f221a1a6c3

View File

@@ -4,7 +4,7 @@ include $(top_srcdir)/Makefile.am.common
EXTRA_DIST = krb5-config.1
CLEANFILES = krb5-config
CLEANFILES = krb5-config krb5-config.new
bin_SCRIPTS = krb5-config
@@ -22,5 +22,6 @@ krb5-config: krb5-config.in
-e "s,@INCLUDE_des\@,$(INCLUDE_des),g" \
-e "s,@LIB_des_appl\@,$(LIB_des_appl),g" \
-e "s,@LIBS\@,$(LIBS),g" \
$(srcdir)/krb5-config.in > $@
$(srcdir)/krb5-config.in > $@.new
mv $@.new $@
chmod +x $@