diff options
| author | John Carr <jfc@mit.edu> | 1992-03-25 14:57:30 +0000 |
|---|---|---|
| committer | John Carr <jfc@mit.edu> | 1992-03-25 14:57:30 +0000 |
| commit | 98f0892875843d86c2028929e8f06d7411e7775d (patch) | |
| tree | 914e7022042551966263ee3c229efbf3cbda32e7 /src/include | |
| parent | a4e19cb983d40d2f3059041803170f97ab50d836 (diff) | |
| download | krb5-98f0892875843d86c2028929e8f06d7411e7775d.tar.gz krb5-98f0892875843d86c2028929e8f06d7411e7775d.tar.xz krb5-98f0892875843d86c2028929e8f06d7411e7775d.zip | |
Add "all" target
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2261 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/Imakefile | 8 |
1 files 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 |
