diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-08-28 16:41:43 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-08-28 16:41:43 +0000 |
| commit | 8cee83ff16b03331db70b8a1dc8ee36aa0c2c3ca (patch) | |
| tree | a368a988b1dd913e01c63e52d313052f3dad67a2 /src | |
| parent | 638feeab064af53dec3693710c01361432a5be2c (diff) | |
| download | krb5-8cee83ff16b03331db70b8a1dc8ee36aa0c2c3ca.tar.gz krb5-8cee83ff16b03331db70b8a1dc8ee36aa0c2c3ca.tar.xz krb5-8cee83ff16b03331db70b8a1dc8ee36aa0c2c3ca.zip | |
allow multiple targets for libnames
add Perl stuff
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1055 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/Project.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl index 7aa85c2c1..5bee1ea51 100644 --- a/src/config/Project.tmpl +++ b/src/config/Project.tmpl @@ -9,6 +9,9 @@ #ifndef TouchCmd #define TouchCmd touch #endif +#ifndef PerlCmd +#define PerlCmd perl +#endif #ifndef CompileEtCmd #define CompileEtCmd $(ETSRC)/compile_et #endif @@ -101,7 +104,7 @@ AllTarget(foo/**/libname) @@\ foo/**/libname: objlist @@\ $(ARADD) libdir/lib/**/libname.a objlist @@\ $(TOUCH) foo/**/libname @@\ -libdir/lib/**/libname.a: @@\ +libdir/lib/**/libname.a:: @@\ $(ARADD) $@ objlist @@\ $(TOUCH) foo/**/libname /* The $(RANLIB) is done at the end by the directory itself */ @@ -121,6 +124,7 @@ libdir/lib/**/libname.a: @@\ PEPY = PepyCmd POSY = PosyCmd TOUCH = TouchCmd + PERL = PerlCmd DESDEFINES = DesDefines ETSRC = $(TOP)/comerr SSSRC = $(TOP)/ss |
