From: Theodore Tso Date: Mon, 7 Aug 1995 23:23:26 +0000 (+0000) Subject: Add $(SHELL) to invocation of config_script, so that the tree can X-Git-Tag: krb5-1.0-beta6~1376 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fde06220c6241f302dc167fa429d7c23af9be98c;p=krb5.git Add $(SHELL) to invocation of config_script, so that the tree can build even after checked into a broken SCCS system. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6448 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 3ade86ecb..5ef14ca2e 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,9 @@ +Mon Aug 7 19:22:52 1995 Theodore Y. Ts'o + + * Makefile.in (compile_et): Add $(SHELL) to invocation of + config_script, so that the tree can build even after + checked into a broken SCCS system. + Thu Jul 13 15:40:56 1995 Sam Hartman * com_err.h: error_message should be const char * (as it is in diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index 857e8f2dc..21c92aece 100644 --- a/src/util/et/Makefile.in +++ b/src/util/et/Makefile.in @@ -72,7 +72,8 @@ shared: # $(INSTALLPROG) compile_et $(DESTDIR)$(PROGDIR)/compile_et compile_et: $(srcdir)/compile_et.sh $(srcdir)/config_script - $(srcdir)/config_script $(srcdir)/compile_et.sh $(AWK) $(SED) > compile_et + $(SHELL) $(srcdir)/config_script $(srcdir)/compile_et.sh \ + $(AWK) $(SED) > compile_et chmod 755 compile_et et_c.awk: $(srcdir)/et_c.awk