sturm 1ac96dd354 bring automake in line with autoconf
w/ help from mbalmer@
2005-01-11 07:11:00 +00:00

12 lines
457 B
Plaintext

$OpenBSD: patch-subdirs_am,v 1.1.1.1 2005/01/11 07:11:00 sturm 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"; \