summaryrefslogtreecommitdiffstats
path: root/Construct
diff options
context:
space:
mode:
Diffstat (limited to 'Construct')
-rw-r--r--Construct1
1 files changed, 1 insertions, 0 deletions
diff --git a/Construct b/Construct
index a7e6a77..558eb3c 100644
--- a/Construct
+++ b/Construct
@@ -100,6 +100,7 @@ $env = new cons( ENV => {
# changes don't cause rebuilds.
SEDFLAGS => " %( -e 's+__DATE__+%DATE+' %)" .
" -e 's+__DEVELOPER__+%DEVELOPER+'" .
+ " -e 's+__FILE__+%<+'" .
" -e 's+__REVISION__+%REVISION+'" .
" -e 's+__VERSION__+%VERSION+'",
SEDCOM => "%SED %SEDFLAGS %< > %>",