Fix typo
authorNick Clifton <nickc@redhat.com>
Sat, 3 Feb 2001 00:53:10 +0000 (00:53 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 3 Feb 2001 00:53:10 +0000 (00:53 +0000)
bfd/ChangeLog
bfd/Makefile.in

index bedfc2bc13a1a34fd9fcb62accdb9ca9b1bdd29b..4c986680a3f28dc4bb07293bb9e107f7db0f0c16 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-02  Fred Fish  <fnf@ninemoons.com>
+
+       * Makefile.in: Fix typo.
+
 2001-02-01  Kazu Hirata  <kazu@hxi.com>
 
        * elf-m10300.c: Fix formatting.
index 0c60c1c78df888dc054d9896c3c11b3e39b8c594..912da81abae47f75c775f341a2b75596f57f3799 100644 (file)
@@ -526,7 +526,7 @@ distdir: $(DISTFILES)
        @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 \