From 271c899e8d1c38bd1f5300b4a9dee0039945da2a Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 13 Sep 2007 08:25:46 +0000 Subject: [PATCH] chmod mkPresent in make all in lib/resource-1.0 --- resource-1.0/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resource-1.0/Makefile b/resource-1.0/Makefile index a8b38fafd..d92294b95 100644 --- a/resource-1.0/Makefile +++ b/resource-1.0/Makefile @@ -20,7 +20,10 @@ GFCCP=$(GFCC) -preproc=./mkPresent .PHONY: show-path all prelude test alltenses pretest langs present mathematical multimodal compiled treebank stat gfdoc clean api -all: show-path prelude present alltenses mathematical api multimodal langs compiled +all: chmod show-path prelude present alltenses mathematical api multimodal langs compiled + +chmod: + chmod a+x mkPresent show-path: @echo GF_LIB_PATH=$(GF_LIB_PATH)