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 bedfc2b..4c98668 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 0c60c1c..912da81 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 \