From d215c0acfb39ade32906d4b66ca88341d4c71b28 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 25 Jun 2004 21:03:32 +0000 Subject: actually run bhc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit