automake (1:1.4-p6-13.1) tags.am

Summary

 tags.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- automake-1.4-p6.orig/tags.am
+++ automake-1.4-p6/tags.am
@@ -42,4 +42,4 @@
 	       END { for (i in files) print i; }'`; \
 ## Make sure we have something to run etags on.
 	test -z "$(ETAGS_ARGS)@CONFIG@$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags @CONFIG@ $$unique $(LISP) -o $$here/TAGS)
+	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags @CONFIG@ $$unique $(LISP))