summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-01-30 22:17:25 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-01-30 22:17:25 +0000
commitdfeb8d915f4e0c26832990d13e8ccc4b9a7f4def (patch)
tree9e7facd73560c45ad3bb37c9c610ca73ee903619 /Makefile
parent57e989cee7a8ffda068907c6aab3c80a2e42120b (diff)
downloadquilt-dfeb8d915f4e0c26832990d13e8ccc4b9a7f4def.tar.gz
Also substitute @MKTEMP@
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=$< $@