summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-25 21:03:32 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-25 21:03:32 +0000
commitd215c0acfb39ade32906d4b66ca88341d4c71b28 (patch)
treec6075174fdc987efaec04479e6de39ab9f9b6075 /Makefile
parentd008fbc1e79f32a3cf87049c5be4eb578f462eee (diff)
downloadanaconda-d215c0acfb39ade32906d4b66ca88341d4c71b28.tar.gz
anaconda-d215c0acfb39ade32906d4b66ca88341d4c71b28.tar.xz
anaconda-d215c0acfb39ade32906d4b66ca88341d4c71b28.zip
actually run bhc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eef33d603..fdeda424d 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ do-beehive-build:
[ x"$$TAG" != x ] && tag=$$TAG; \
cvsroot=`cat CVS/Root` 2>/dev/null; \
echo "*** Building $$tag from $$cvsroot!"; \
- echo bhc $(COLLECTION) cvs://$$cvsroot?anaconda\#$$tag
+ bhc $(COLLECTION) cvs://$$cvsroot?anaconda\#$$tag
build:
make TAG=$(CVSTAG) do-beehive-build