diff options
| author | Theodore Tso <tytso@mit.edu> | 1991-07-01 16:27:02 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1991-07-01 16:27:02 +0000 |
| commit | c4ddd0336c7644228055f9997b1b03c262cc67cc (patch) | |
| tree | 649d1e7f713a20b85ad1dd5c807af7df0bab71ae /src | |
| parent | d9c841f5547c4e23b9676409352b089d0bc09a9a (diff) | |
| download | krb5-c4ddd0336c7644228055f9997b1b03c262cc67cc.tar.gz krb5-c4ddd0336c7644228055f9997b1b03c262cc67cc.tar.xz krb5-c4ddd0336c7644228055f9997b1b03c262cc67cc.zip | |
Added more robustness to the PepsyTarget rule
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2186 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/Project.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
