projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
116b39e
)
Fix merge error.
author
Richard Henderson
<rth@gcc.gnu.org>
Tue, 20 Mar 2001 19:48:43 +0000
(11:48 -0800)
committer
Richard Henderson
<rth@gcc.gnu.org>
Tue, 20 Mar 2001 19:48:43 +0000
(11:48 -0800)
From-SVN: r40668
libstdc++-v3/src/Makefile.in
patch
|
blob
|
history
diff --git
a/libstdc++-v3/src/Makefile.in
b/libstdc++-v3/src/Makefile.in
index e8f36cd8906d80ef563757a5a12985f2df5db6ec..9010f3bc4372c16a3a2da05bee31a8cd8cd822ef 100644
(file)
--- a/
libstdc++-v3/src/Makefile.in
+++ b/
libstdc++-v3/src/Makefile.in
@@
-375,7
+375,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 \