From: Eric Sandeen Date: Tue, 30 Dec 2008 22:21:24 +0000 (+0100) Subject: fix up xfs-cmds build after the parallel-fest X-Git-Tag: v1.1.0~339 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=305b6f33d7425565d69036551c7eb14c92677925;p=users%2Fhch%2Fxfstests-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 95497ca60..c025eef2e 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 \