This commit is contained in:
Nick Clifton 2001-02-03 00:53:10 +00:00
parent 0715dc88cf
commit d96031fbcc
2 changed files with 5 additions and 1 deletions

View 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.

View 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 \