From: Claudio Sacerdoti Coen Date: Thu, 28 Dec 2000 16:41:13 +0000 (+0000) Subject: syntax error fixed X-Git-Tag: nogzip~22 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=125fdf87c2fc4a398fb8fdcde6dcec2dea8f77a8;p=helm.git syntax error fixed --- diff --git a/helm/xsltd/Makefile.in b/helm/xsltd/Makefile.in index 5ddfce968..1dde997e7 100644 --- a/helm/xsltd/Makefile.in +++ b/helm/xsltd/Makefile.in @@ -2,8 +2,8 @@ HELM_LIB_DIR=@HELM_LIB_DIR@ HELM_BIN_DIR=@HELM_BIN_DIR@ install: - cp xaland.class $HELM_LIB_DIR - cp start-xaland $HELM_BIN_DIR + cp xaland.class $(HELM_LIB_DIR) + cp start-xaland $(HELM_BIN_DIR) distclean: rm -f Makefile configure config.log config.cache config.status \