From b980051e2affd8a8bd73d1b7b192c2fb8dd70467 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 9 Jun 2007 14:08:23 +0000 Subject: [PATCH] bug fix in Compute --- resource-1.0/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource-1.0/Makefile b/resource-1.0/Makefile index 6de4e3e38..fd8153e9a 100644 --- a/resource-1.0/Makefile +++ b/resource-1.0/Makefile @@ -73,8 +73,8 @@ present: $(GFCP) common/ConstructX.gf mv */*.gfc */*.gfr ../present touch api/Constructors.gf - $(GFCCP) api/Constructors???.gf - mv api/Constructors*.gfc api/Constructors*.gfr ../alltenses + $(GFCCP) -path=api:present:prelude api/Constructors???.gf + mv api/Constructors*.gfc api/Constructors*.gfr ../present mathematical: $(GFCC) mathematical/MathematicalEng.gf