From 305b6f33d7425565d69036551c7eb14c92677925 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 30 Dec 2008 23:21:24 +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 95497ca6..c025eef2 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ else clean: # if configure hasn't run, nothing to clean endif -include/builddefs: +configure include/builddefs: autoheader autoconf ./configure \ -- 2.39.5