summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-15 18:02:40 +0000
committerJean Delvare <khali@linux-fr.org>2005-09-15 18:02:40 +0000
commit2eed6a6601f65e86980aa007cdda08021c42d278 (patch)
tree8e3416cd614997739af6058a7e0434d6d43275f8 /Makefile.in
parent836447cea8f4ab389092ce8d6c6eaf265afd3adb (diff)
downloadquilt-2eed6a6601f65e86980aa007cdda08021c42d278.tar.gz
- Omitting the search directory in "find" is not portable; add an explicit
"." (Gary V. Vaughan, John Vandenberg).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 994dc94..79fbc8e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -46,8 +46,8 @@ EXEEXT := @EXEEXT@
ISODATE := $(shell date +%Y-%m-%d)
#-----------------------------------------------------------------------
-DIRT += $(shell find -name '*~')
-DIRT += $(shell find -name '.\#*')
+DIRT += $(shell find . -name '*~')
+DIRT += $(shell find . -name '.\#*')
SRC += COPYING AUTHORS TODO Makefile.in \
configure.ac config/install-sh \