summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e265cc8..ab0c47c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ PERL := /usr/bin/perl
BASH := /bin/bash
DIFF := /usr/bin/diff
PATCH := /usr/bin/patch
+MKTEMP := /bin/mktemp
CFLAGS = -g -Wall
@@ -144,5 +145,6 @@ clean distclean :
-e "s:@BASH@:$(BASH):g" \
-e "s:@DIFF@:$(DIFF):g" \
-e "s:@PATCH@:$(PATCH):g" \
+ -e "s:@MKTEMP@:$(MKTEMP):g" \
$< > $@
@chmod --reference=$< $@