From: Tom Yu Date: Sat, 24 Jun 1995 00:10:32 +0000 (+0000) Subject: * configure.in: fix typo; appended "all" rule needs two colons to X-Git-Tag: krb5-1.0-beta6~1655 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9fd8b891177d1e34b858077352c3fdcb801b71e1;p=krb5.git * configure.in: fix typo; appended "all" rule needs two colons to keep gmake from breaking. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6159 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 87aebcc9b..ea8ce7a0b 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 23 20:08:16 1995 Tom Yu (tlyu@dragons-lair) + + * configure.in: fix typo; appended "all" rule needs two colons to + keep gmake from breaking. + Thu Jun 22 16:14:25 1995 Tom Yu (tlyu@dragons-lair) * error_table.h: reverse sense of KRB5_PROVIDE_PROTOTYPES diff --git a/src/util/et/configure.in b/src/util/et/configure.in index 192733d7d..bd51cc6ff 100644 --- a/src/util/et/configure.in +++ b/src/util/et/configure.in @@ -38,6 +38,6 @@ if test -n "$krb5_cv_staticlibs_enabled" ; then AppendRule([install:: libcom_err.[$](STEXT) [$](INSTALL_DATA) libcom_err.[$](STEXT) [$](DESTDIR)[$](KRB5_LIBDIR)[$](S)libcom_err.[$](STEXT)]) LinkFileDir([$](TOPLIBD)/libcom_err.[$](STEXT),libcom_err.[$](STEXT),../util/et) - AppendRule([all: [$](TOPLIBD)/libcom_err.[$](STEXT)]) + AppendRule([all:: [$](TOPLIBD)/libcom_err.[$](STEXT)]) fi V5_AC_OUTPUT_MAKEFILE