diff Makefile.in @ 144:8b9366fc1361 noffle

[svn] Added timeout to Prt_getLn to avoid Noffle hanging if the connection breaks down during a fetch.
author enz
date Sat, 23 Sep 2000 11:40:35 +0100
parents 32ba1198c6fa
children fd821441f016
line wrap: on
line diff
--- a/Makefile.in	Sat Sep 23 11:37:01 2000 +0100
+++ b/Makefile.in	Sat Sep 23 11:40:35 2000 +0100
@@ -265,7 +265,7 @@
 	@for file in $(DISTFILES); do \
 	  d=$(srcdir); \
 	  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 \