From 8131b7a6648dd0121b1e33131a45fe2040caa650 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 24 May 1998 03:52:25 +0000 Subject: [PATCH] libtool :) git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4941 ec53bebd-3082-4978-b11e-865c3cabbd6b --- fix-export | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fix-export b/fix-export index 70451398b..9691ee813 100755 --- a/fix-export +++ b/fix-export @@ -20,7 +20,7 @@ automake (cd lib/krb5; perl ../../cf/make-proto.pl `perl -e ' do { $_ = <>; - } until(/libkrb5_a_SOURCES/); + } until(/libkrb5_la_SOURCES/); while(/\\\\\s*$/s){ $_ = $_ . <>; }