Bring back src module name in messages
[khatus.git] / Makefile
index f3c91d6..c741acf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ AWK_EXECUTABLES := \
 
 define BUILD_AWK_EXE
        echo '#! $(PATH_TO_AWK) -f' > $@ && \
+       echo 'BEGIN {Module = "$(notdir $@)"}' >> $@ && \
        cat $^ >> $@ && \
        chmod +x $@
 endef
@@ -32,7 +33,6 @@ endef
        build \
        clean
 
-
 build: $(AWK_EXECUTABLES)
 
 clean:
This page took 0.023316 seconds and 4 git commands to generate.