summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/Project.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl
index 2e447cac0..fceb22a90 100644
--- a/src/config/Project.tmpl
+++ b/src/config/Project.tmpl
@@ -144,7 +144,8 @@ includes:: hfile @@\
indicating some adjustment of the file took place. */
#ifndef ProcessStockHeader
#define ProcessStockHeader(stockname,newname) @@\
-newname: stockname @@\
+newname: stockname Makefile @@\
+ -$(RM) newname @@\
-$(UNIFDEF) $(PROCESS_DEFINES) stockname >newname
#endif /* ProcessStockHeader */