]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
fix up xfs-cmds build after the parallel-fest
authorEric Sandeen <sandeen@sandeen.net>
Tue, 30 Dec 2008 17:17:06 +0000 (18:17 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Tue, 30 Dec 2008 17:17:06 +0000 (18:17 +0100)
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 <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Makefile

index 369c36a9b1c4958947d1aec368e5933de2913cc7..b1a59d60403a729c782e384f596cb10922d1ad36 100644 (file)
--- 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=/ \