From c4ddd0336c7644228055f9997b1b03c262cc67cc Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Mon, 1 Jul 1991 16:27:02 +0000 Subject: [PATCH] Added more robustness to the PepsyTarget rule git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2186 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/Project.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.26.2