From 199a038818470f850011d2729893a6fc8ae5c9c4 Mon Sep 17 00:00:00 2001 From: 0 Date: Sat, 6 Sep 2014 12:33:38 +0200 Subject: [PATCH] fix env --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa45b17cb..abe9b51d5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ MAKEFLAGS += -rR PROCESSOR=xsltproc PFLAGS=--novalid --catalogs --stringparam baseurl $(BASEURL) BASEURL="" -RM="/bin/rm -f" +RM=/bin/rm -f # XML-Validator VALIDATOR=xmllint VFLAGS=--noout --nonet