From f4f658f6903550427d8b5a2859af10c601b0d819 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 3 Jun 1993 00:20:26 +0000 Subject: [PATCH] Change to reflect new Imake macros git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2560 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/Imakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/krb5/Imakefile b/src/lib/krb5/Imakefile index f1704082b..a879c75f5 100644 --- a/src/lib/krb5/Imakefile +++ b/src/lib/krb5/Imakefile @@ -103,7 +103,7 @@ asn.1/Makefile:: fi; \ if [ "$$executeit" != "no" ]; then \ curdir=$(CURRENT_DIR)/; \ - ImakeSubCmdHelper -DTOPDIR=$$top -DCURDIR=CURDIR/$$i -f$(SRCSUBDIR)Imakefile -s Makefile.new; \ + $(IMAKE_CMD) -DTOPDIR=$$top -DCURDIR=CURDIR/$$i -f$(SRCSUBDIR)Imakefile -s Makefile.new; \ sed 's/^@/ @/' Makefile.new > Makefile.newer && $(MV) Makefile.newer Makefile.new ; \ $(MAKE) -f Makefile.new noop; \ if [ -f Makefile ]; then \ -- 2.26.2