DICT_PATH := $(top_srcdir)/share
#
-# Include all of the autoconf definitions into the Make variable space
+# Pull all of the autoconf stuff into here.
#
--include $(BUILD_DIR)/tests/keywords/autoconf.h.mk
+$(BUILD_DIR)/tests/autoconf.h.mk: src/include/autoconf.h
+ @grep '^#define' $^ | sed 's/#define /AC_/;s/ / := /' > $@
#
-# Pull all of the autoconf stuff into here.
+# Include all of the autoconf definitions into the Make variable space
#
-$(BUILD_DIR)/tests/keywords/autoconf.h.mk: src/include/autoconf.h
- @grep '^#define' $^ | sed 's/#define /AC_/;s/ / := /' > $@
+-include $(BUILD_DIR)/tests/autoconf.h.mk
######################################################################
#