aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake-dist6
1 files changed, 1 insertions, 5 deletions
diff --git a/make-dist b/make-dist
index 42870228c1b..aeaff4f29cd 100755
--- a/make-dist
+++ b/make-dist
@@ -190,11 +190,7 @@ echo "Making links to \`etc'."
190(cd etc 190(cd etc
191 ln [0-9a-zA-Z]* ../${tempdir}/etc 191 ln [0-9a-zA-Z]* ../${tempdir}/etc
192 cd ../${tempdir}/etc 192 cd ../${tempdir}/etc
193 ## Avoid an error when expanding the wildcards later. 193 rm -f DOC* *~ \#*\# *.dvi *.log *,v core)
194 for dummy in DOC-dummy dummy~ \#dummy\# dummy.dvi dummy.log; do
195 ln MACHINES ${dummy}
196 done
197 rm -f DOC* *~ \#*\# *.dvi *.log core)
198 194
199echo "Making links to \`cpp'." 195echo "Making links to \`cpp'."
200(cd cpp 196(cd cpp