From 98f0892875843d86c2028929e8f06d7411e7775d Mon Sep 17 00:00:00 2001 From: John Carr Date: Wed, 25 Mar 1992 14:57:30 +0000 Subject: [PATCH] Add "all" target git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2261 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/Imakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/krb5/Imakefile b/src/include/krb5/Imakefile index 4681447af..0257106e9 100644 --- a/src/include/krb5/Imakefile +++ b/src/include/krb5/Imakefile @@ -30,12 +30,12 @@ KRB5_HEADERS = asn1.h base-defs.h ccache.h crc-32.h encryption.h \ narrow.h proto.h rcache.h rsa-md4.h safepriv.h \ sysincl.h widen.h wordsize.h -includes:: config.h osconf.h +AllTarget(config.h osconf.h) -ProcessStockHeader(stock/config.h,config.h) -ProcessStockHeader(stock/osconf.h,osconf.h) +includes:: config.h osconf.h -all:: +ProcessStockHeader($(SRCDIR)stock/config.h,config.h) +ProcessStockHeader($(SRCDIR)stock/osconf.h,osconf.h) clean:: $(RM) config.h osconf.h -- 2.26.2