diff -r 5d4e91c0343e -r 4d299836e994 kconfig/kconfig.mk --- a/kconfig/kconfig.mk Sun Jul 17 16:53:40 2011 +0200 +++ b/kconfig/kconfig.mk Tue Aug 30 11:35:29 2011 +0200 @@ -2,9 +2,6 @@ # crosstool-NG configuration targets # These targets are used from top-level makefile -# Derive the project version from, well, the project version: -export PROJECTVERSION=$(CT_VERSION) - # The place where the kconfig stuff lies obj = kconfig @@ -69,7 +66,7 @@ check_lxdialog = $(CT_LIB_DIR)/kconfig/lxdialog/check-lxdialog.sh # Build flags -CFLAGS = -DCONFIG_=\"CT_\" -DPACKAGE=\"crosstool-NG\" +CFLAGS = -DCONFIG_=\"CT_\" -DPACKAGE="\"crosstool-NG $(CT_VERSION)\"" LDFLAGS = # Compiler flags to use gettext