]> git.sur5r.net Git - kconfig-frontends/blobdiff - Makefile.am
Makefile: ensure utils/ exists before writing to it
[kconfig-frontends] / Makefile.am
index c8e96ef18a1946be458f054c9fb97d8b8cbd7a6c..1baa110cbf84e1000a8b66c1b3a074dc586f2d50 100644 (file)
@@ -348,6 +348,7 @@ EXTRA_DIST += \
        utils/kconfig-tweak.in.patch
 
 utils/kconfig-tweak: utils/kconfig-tweak.in
+       $(MKDIR_P) $(@D)
        $(AM_V_GEN)$(SED) -e "s/@CONFIG_@/$(config_prefix)/g" \
                $< >$@
        @chmod +x $@