From: Theodore Tso Date: Mon, 1 Jul 1991 16:27:02 +0000 (+0000) Subject: Added more robustness to the PepsyTarget rule X-Git-Tag: krb5-1.0-beta2~276 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c4ddd0336c7644228055f9997b1b03c262cc67cc;p=krb5.git Added more robustness to the PepsyTarget rule git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2186 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl index 45e82a044..2cfb24a44 100644 --- a/src/config/Project.tmpl +++ b/src/config/Project.tmpl @@ -73,7 +73,7 @@ #ifndef PepsyTarget #define PepsyTarget(basename) @@\ .SUFFIXES: .py @@\ -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 */