]> git.sur5r.net Git - kconfig-frontends/blobdiff - Makefile.am
Makefile: comment tricky yconf condition
[kconfig-frontends] / Makefile.am
index 7974a186f5598c1c3987e20c349819712de531b6..014294041269c4e2e83ebe288837632c48365529 100644 (file)
@@ -89,9 +89,13 @@ AM_V_GPERF_1 =
 .l.c:
        $(AM_V_LEX)$(LEXCOMPILE) -o$@ $<
 
+# yconf.c not listed, because it is the real _SOURCES, but others are
+# in _EXTRA_SOURCES (above), so must be listed:
 BUILT_SOURCES += \
        libs/parser/hconf.c \
        libs/parser/lconf.c
+# Still, .c files generated from .y files are not cleaned by default,
+# so yconf.c must be explicitly listed:
 CLEANFILES += \
        libs/parser/hconf.c \
        libs/parser/lconf.c \