X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf9b63b38a7ed96d8a824256f1fb23565c0fb52a..83c5d35ff3f22735f483edd56956b7a3baa6a798:/utils/Makefile.in?ds=sidebyside diff --git a/utils/Makefile.in b/utils/Makefile.in index 5d7d490667..9bdb3a44a2 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -20,7 +20,7 @@ DESTDIR = ### Targets: ### -all: configtool emulator helpview tex2rtf helpgen +all: emulator helpview tex2rtf helpgen install: all install_tex2rtf install_helpgen @@ -31,7 +31,6 @@ install-strip: install install-strip_tex2rtf install-strip_helpgen clean: rm -rf ./.deps ./.pch rm -f ./*.o - (cd configtool/src && $(MAKE) clean) (cd emulator/src && $(MAKE) clean) (cd helpview/src && $(MAKE) clean) (cd tex2rtf/src && $(MAKE) clean) @@ -40,9 +39,6 @@ clean: distclean: clean rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile -configtool: - (cd configtool/src && $(MAKE) all) - emulator: (cd emulator/src && $(MAKE) all) @@ -71,4 +67,4 @@ install-strip_helpgen: # Include dependency info, if present: @IF_GNU_MAKE@-include .deps/*.d -.PHONY: all install uninstall clean distclean configtool emulator helpview tex2rtf install_tex2rtf install-strip_tex2rtf helpgen install_helpgen install-strip_helpgen +.PHONY: all install uninstall clean distclean emulator helpview tex2rtf install_tex2rtf install-strip_tex2rtf helpgen install_helpgen install-strip_helpgen