From: Yann E. MORIN" Date: Sun, 22 Jul 2012 21:40:42 +0000 (+0200) Subject: libs/parser: remove legacy, stray comment X-Git-Tag: v3.6.0-0~9 X-Git-Url: https://git.sur5r.net/?p=kconfig-frontends;a=commitdiff_plain;h=115507bef7fd781fb4a5bf821406ce05d37481cb libs/parser: remove legacy, stray comment Signed-off-by: "Yann E. MORIN" --- diff --git a/libs/parser/Makefile.am b/libs/parser/Makefile.am index 9a1740c..ad6e5aa 100644 --- a/libs/parser/Makefile.am +++ b/libs/parser/Makefile.am @@ -20,9 +20,6 @@ BUILT_SOURCES = hconf.c lconf.c CLEANFILES = hconf.c lconf.c yconf.c EXTRA_DIST = yconf.y.patch -# Can't use libkconfig_parser_a_CPPFLAGS, as it breaks dependencies -#yconf.o: CPPFLAGS+=$(intl_CPPFLAGS) - AM_V_GPERF = $(AM_V_GPERF_$(V)) AM_V_GPERF_ = $(AM_V_GPERF_$(AM_DEFAULT_VERBOSITY)) AM_V_GPERF_0 = @echo " GPERF " $@;