From 3475bed79c40cdf6430d936ea40759882054728d Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 5 Feb 2010 21:16:56 +0000 Subject: remove the last vestiges of support for "make build-profile" without first configuring the build-profile, simplifying the build process and closing bug 21 --- Makefile.am | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bade9cd15..d7d994d24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,18 +5,6 @@ ACLOCAL_AMFLAGS = -I config SUBDIRS = src test doc contrib -@mk_include@ @top_srcdir@/Makefile.reconf_args - -.PHONY: production debug default competition -production debug default competition: - cd @top_srcdir@; \ - dir="builds/`config/config.guess`/`config/build-type $@ $(BTARGS)`"; \ - if test -e "$$dir"; then \ - cd "$$dir" && $(MAKE); \ - else \ - ./configure --with-build=$@ $(CONFARGS) && $(MAKE); \ - fi - .PHONY: regress0 regress1 regress2 regress3 regress0 regress1 regress2 regress3: (cd test && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1 -- cgit v1.2.3