From fd81c50428bcb650f002317fc29103c9bcfa003a Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 30 Dec 2008 18:17:06 +0100 Subject: [PATCH] fix up xfs-cmds build after the parallel-fest My big parallel build patch lost the "make configure" target. This broke Makepkgs... Now, IMHO, running configure from make is a little bass-ackwards; I'd probably prefer to have Makepkgs explicitly run: autoconf; configure --myoptions; make but for now, this adds back in a workable "make configure" target. Signed-off-by: Eric Sandeen Reviewed-by: Christoph Hellwig --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 369c36a9b..b1a59d604 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ else clean: # if configure hasn't run, nothing to clean endif -include/builddefs: +configure include/builddefs: autoconf ./configure \ --prefix=/ \ -- 2.47.2