summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-01-30 12:26:26 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-01-30 12:26:26 +0000
commit4819c9d84825b2e7899019f669fe61d82c74fec8 (patch)
treeb194c5da8d0297b86ac7767ad6827840ad5121bb /Makefile
parent6b029c93fa2d380c5300931f7b6e20b08c63ab37 (diff)
downloadquilt-4819c9d84825b2e7899019f669fe61d82c74fec8.tar.gz
Prepare for more Autoconf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 667d0eb..4ab00e6 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,8 @@ LIB_DIR = $(datadir)/$(PACKAGE)/lib
PERL := /usr/bin/perl
BASH := /bin/bash
+DIFF := /usr/bin/diff
+PATCH := /usr/bin/patch
CFLAGS = -g -Wall
@@ -137,5 +139,7 @@ clean distclean :
-e "s:@QUILT@:$(QUILT_DIR):g" \
-e "s:@PERL@:$(PERL):g" \
-e "s:@BASH@:$(BASH):g" \
+ -e "s:@DIFF@:$(DIFF):g" \
+ -e "s:@PATCH@:$(PATCH):g" \
$< > $@
@chmod --reference=$< $@