summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a231fa8..55332c5 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,6 @@
export CC = gcc
export AR = ar
export LD = gcc
-export XSLT = xsltproc
export CP = cp
export RM = rm
@@ -12,6 +11,7 @@ export ECHO = echo
export MAKE = make
export PERL = perl
export PKGCONFIG = pkg-config
+export XSLT = xsltproc
# Toolchain flags
WARNFLAGS = -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \
@@ -28,6 +28,7 @@ export MVFLAGS =
export ECHOFLAGS =
export MAKEFLAGS =
export PKGCONFIGFLAGS =
+export XSLTFLAGS =
export EXEEXT =