Change to reflect new Imake macros
authorTheodore Tso <tytso@mit.edu>
Thu, 3 Jun 1993 00:20:26 +0000 (00:20 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 3 Jun 1993 00:20:26 +0000 (00:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2560 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/Imakefile

index f1704082b331e6a9d45c016936d17adcb9fb0011..a879c75f59cafce118b10b78f48489c04c474016 100644 (file)
@@ -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 \