From: Eric Sandeen Date: Tue, 30 Dec 2008 17:17:06 +0000 (+0100) Subject: fix up xfs-cmds build after the parallel-fest X-Git-Tag: v3.0.0~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd81c50428bcb650f002317fc29103c9bcfa003a;p=thirdparty%2Fxfsprogs-dev.git 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 --- 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=/ \