summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-30 10:47:56 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-30 10:47:56 +0000
commit999d86cf39b39d1c02fd318f777be7e9491bea9e (patch)
tree685f02f7151c73e20dc37f08f039dd1e620587f7
parente220a8894cf73e07b2ef7221e5337979174d4a12 (diff)
downloadquilt-999d86cf39b39d1c02fd318f777be7e9491bea9e.tar.gz
- Makefile.in: The trailing slash in `find compat/' is causing OSX
/usr/bin/find to print 'compat//sed', etc. As a result, they are appearing in compat_leftover, being removed in the middle of the build, causing errors during the construction of $(DOC).
-rw-r--r--Makefile.in2
-rw-r--r--quilt.changes8
2 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e12940e..d6a75cd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -268,7 +268,7 @@ Makefile : Makefile.in configure
@echo "Please run ./configure"
@false
-compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat/ -maxdepth 1 -type f -perm +111))
+compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -maxdepth 1 -type f -perm +111))
.PHONY :: compat
compat :: $(COMPAT)
diff --git a/quilt.changes b/quilt.changes
index 104a8c6..87afa0a 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Mon Jan 30 11:46:21 CET 2006 - jayvdb@gmail.com
+
+- Makefile.in: The trailing slash in `find compat/' is causing OSX
+ /usr/bin/find to print 'compat//sed', etc. As a result, they are
+ appearing in compat_leftover, being removed in the middle of the
+ build, causing errors during the construction of $(DOC).
+
+-------------------------------------------------------------------
Mon Jan 30 11:44:27 CET 2006 - agruen@suse.de
- test/mail.test: Use --sender option to avoid calling