]> rtime.felk.cvut.cz Git - omk/sssa.git/blobdiff - snippets/config_h.omk
Changed ambiguous CONFGEN filename
[omk/sssa.git] / snippets / config_h.omk
index 98f717f452eac50e0132c229f0b3caccf6c4ef49..a7d46b1a3be207ce0cb76d9cf8ebc86d1c2e0c31 100644 (file)
@@ -12,7 +12,7 @@
 define BUILD_CONFIG_H_template
 
 $(addprefix $(1)/,$(notdir $(addsuffix .stamp,$(2)))) : $(CONFIG_FILES)
-       @$(QUIET_CMD_ECHO) "  CONFGEN $$(@:%.stamp=%)"
+       @$(QUIET_CMD_ECHO) "  CONFGEN $(notdir $(2))"
        @if [ ! -d `dirname $(2).tmp` ] ; then \
                mkdir -p `dirname $(2).tmp` ; fi
        @echo "/* Automatically generated from */" > "$(2).tmp"
@@ -78,8 +78,3 @@ clean-local-config-h:
        @$(foreach confh,$(config_h_stamp_files) $(kern_config_h_stamp_files),\
            if [ -e $(confh) ] ; then rm $(confh) ; fi ; \
        )
-
-
-# Local Variables:
-# mode:makefile
-# End: