diff --git a/tools/bison/Makefile b/tools/bison/Makefile index 97d34b5a16..4cb0faf336 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -21,13 +21,13 @@ include $(INCLUDE_DIR)/host-build.mk HOST_CONFIGURE_ARGS += --enable-threads=posix --disable-nls define Host/Install - $(call Host/Install/Default) + $(call Host/Compile/Default,install aclocal_DATA=) # Macro provided by gnulib $(INSTALL_BIN) ./scripts/yacc $(STAGING_DIR_HOST)/bin/yacc endef define Host/Uninstall rm -f $(STAGING_DIR_HOST)/bin/yacc - -$(call Host/Compile/Default,uninstall) + -$(call Host/Compile/Default,uninstall aclocal_DATA=) # Macro provided by gnulib endef $(eval $(call HostBuild))