openbsd-ports/devel/automake/patches/patch-subdirs_am
2001-08-27 14:01:47 +00:00

12 lines
453 B
Plaintext

$OpenBSD: patch-subdirs_am,v 1.4 2001/08/27 14:01:47 espie Exp $
--- subdirs.am.orig Sun Jul 15 11:44:42 2001
+++ subdirs.am Fri Aug 17 12:50:33 2001
@@ -60,6 +60,7 @@ maintainer-clean-recursive:
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
rev="$$subdir $$rev"; \
test "$$subdir" != "." || dot_seen=yes; \
+ true; \
done; \
## If we haven't seen `.', then add it at the beginning.
test "$$dot_seen" = "no" && rev=". $$rev"; \