bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

obvious typo in bfd/Makefile.in


From: fnf
Subject: obvious typo in bfd/Makefile.in
Date: Fri, 2 Feb 2001 17:37:40 -0700 (MST)

$ diff -u src/bfd/Makefile.in gg/sourceware/binutils/bfd/Makefile.in
--- src/bfd/Makefile.in Mon Jan 22 02:41:40 2001
+++ gg/sourceware/binutils/bfd/Makefile.in      Mon Jan 29 19:33:46 2001
@@ -526,7 +526,7 @@
        @for file in $(DISTFILES); do \
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
          if test -d $$d/$$file; then \
-           cp -pr $$/$$file $(distdir)/$$file; \
+           cp -pr $$d/$$file $(distdir)/$$file; \
          else \
            test -f $(distdir)/$$file \
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]