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 <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Eric Sandeen
2008-12-30 23:21:24 +01:00
committed by Christoph Hellwig
parent 88dc8b4815
commit 305b6f33d7
+1 -1
View File
@@ -42,7 +42,7 @@ else
clean: # if configure hasn't run, nothing to clean
endif
include/builddefs:
configure include/builddefs:
autoheader
autoconf
./configure \