projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e19cb
)
Add "all" target
author
John Carr
<jfc@mit.edu>
Wed, 25 Mar 1992 14:57:30 +0000
(14:57 +0000)
committer
John Carr
<jfc@mit.edu>
Wed, 25 Mar 1992 14:57:30 +0000
(14:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2261
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/Imakefile
patch
|
blob
|
history
diff --git
a/src/include/krb5/Imakefile
b/src/include/krb5/Imakefile
index 4681447afa1d303f1b1320b22ea327e4d7a73aae..0257106e916c6c3dd531a39c5fbb2aa0c280211b 100644
(file)
--- 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