|
1 |
| -# Makefile.in generated automatically by automake 1.4 from Makefile.am |
| 1 | +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am |
2 | 2 |
|
3 |
| -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. |
| 3 | +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. |
4 | 4 | # This Makefile.in is free software; the Free Software Foundation
|
5 | 5 | # gives unlimited permission to copy and/or distribute it,
|
6 | 6 | # with or without modifications, as long as this notice is preserved.
|
@@ -179,7 +179,7 @@ maintainer-clean-recursive:
|
179 | 179 | dot_seen=no; \
|
180 | 180 | rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
|
181 | 181 | rev="$$subdir $$rev"; \
|
182 |
| - test "$$subdir" = "." && dot_seen=yes; \ |
| 182 | + test "$$subdir" != "." || dot_seen=yes; \ |
183 | 183 | done; \
|
184 | 184 | test "$$dot_seen" = "no" && rev=". $$rev"; \
|
185 | 185 | target=`echo $@ | sed s/-recursive//`; \
|
@@ -221,7 +221,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LI
|
221 | 221 | awk ' { files[$$0] = 1; } \
|
222 | 222 | END { for (i in files) print i; }'`; \
|
223 | 223 | test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
|
224 |
| - || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) |
| 224 | + || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)) |
225 | 225 |
|
226 | 226 | mostlyclean-tags:
|
227 | 227 |
|
@@ -273,7 +273,7 @@ distdir: $(DISTFILES)
|
273 | 273 | @for file in $(DISTFILES); do \
|
274 | 274 | d=$(srcdir); \
|
275 | 275 | if test -d $$d/$$file; then \
|
276 |
| - cp -pr $$/$$file $(distdir)/$$file; \ |
| 276 | + cp -pr $$d/$$file $(distdir)/$$file; \ |
277 | 277 | else \
|
278 | 278 | test -f $(distdir)/$$file \
|
279 | 279 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
0 commit comments