From fde06220c6241f302dc167fa429d7c23af9be98c Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Mon, 7 Aug 1995 23:23:26 +0000 Subject: [PATCH] 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 --- src/util/et/ChangeLog | 6 ++++++ src/util/et/Makefile.in | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.26.2