Delete "\" added to work around imake problems; the fix was insufficient
authorJohn Carr <jfc@mit.edu>
Sun, 23 Feb 1992 12:27:37 +0000 (12:27 +0000)
committerJohn Carr <jfc@mit.edu>
Sun, 23 Feb 1992 12:27:37 +0000 (12:27 +0000)
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

src/config/Project.tmpl

index f908f960ef4404d9b6a1162b162e225a835857d3..2189283bcedd8c61a06e0e06c4c3078ac6e44914 100644 (file)
@@ -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 */