From: John Carr Date: Sun, 23 Feb 1992 12:27:37 +0000 (+0000) Subject: Delete "\" added to work around imake problems; the fix was insufficient X-Git-Tag: krb5-1.0-beta2~220 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=74e4b05137729a17424fb39907bcc74d705ad4b1;p=krb5.git Delete "\" added to work around imake problems; the fix was insufficient and a different fix has been made in lib/Imakefile and lib/asn.1/Imakefile. Add default IsodeLib definition. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2242 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl index f908f960e..2189283bc 100644 --- a/src/config/Project.tmpl +++ b/src/config/Project.tmpl @@ -37,6 +37,9 @@ #ifndef PepsyCmd #define PepsyCmd pepsy #endif +#ifndef IsodeLib +#define IsodeLib -lisode +#endif #ifndef ArAddCmd #define ArAddCmd ar cruv #endif @@ -76,7 +79,7 @@ #ifndef PepsyTarget #define PepsyTarget(basename) @@\ .SUFFIXES: .py @@\ -basename/**/_defs.h basename/**/_pre_defs.h basename-types.h basename/**/_tables.c\: basename-asn.py @@\ +basename/**/_defs.h basename/**/_pre_defs.h basename-types.h basename/**/_tables.c: basename-asn.py @@\ @echo '***Ignore the warning message "Warning: Can'\''t find UNIV.ph failed"' @@\ $(PEPSY) $(PSYFLAGS) basename-asn.py #endif /* PepsyTarget */