summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1993-06-03 00:20:26 +0000
committerTheodore Tso <tytso@mit.edu>1993-06-03 00:20:26 +0000
commitf4f658f6903550427d8b5a2859af10c601b0d819 (patch)
tree6c3ca819f50db1b0178be9cd6bc2c7a5a7061493 /src/lib/krb5
parent2388652d8bdaea29cd1e156846c00c4fba77cb26 (diff)
downloadkrb5-f4f658f6903550427d8b5a2859af10c601b0d819.tar.gz
krb5-f4f658f6903550427d8b5a2859af10c601b0d819.tar.xz
krb5-f4f658f6903550427d8b5a2859af10c601b0d819.zip
Change to reflect new Imake macros
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2560 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5')
-rw-r--r--src/lib/krb5/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/Imakefile b/src/lib/krb5/Imakefile
index f1704082b3..a879c75f59 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 \