summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/Project.tmpl2
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 */