diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/Project.tmpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl index e8997578e..45e82a044 100644 --- a/src/config/Project.tmpl +++ b/src/config/Project.tmpl @@ -73,10 +73,9 @@ #ifndef PepsyTarget #define PepsyTarget(basename) @@\ .SUFFIXES: .py @@\ -basename/**/_tables.c: basename-asn.py @@\ +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 @@\ -basename-types.h: basename/**/_tables.c + $(PEPSY) $(PSYFLAGS) basename-asn.py #endif /* PepsyTarget */ #ifndef ErrorTableObjectRule |
