summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2008-12-30 23:39:48 +0100
committerChristoph Hellwig <hch@brick.lst.de>2008-12-30 23:39:48 +0100
commit23408a2075226751e104344ce33e89859cd181fb (patch)
tree2e6a84b43430faddd6d35aabdecad34191a4d27b
parent01c13551a0185ab70f270addaf0c6dccbbba211b (diff)
downloadattr-23408a2075226751e104344ce33e89859cd181fb.tar.gz
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>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f81951..5ccde6c 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ else
clean: # if configure hasn't run, nothing to clean
endif
-include/builddefs:
+configure include/builddefs:
autoconf
./configure \
--prefix=/ \