Fixed some "statement not reached" warnings
[platform/upstream/curl.git] / maketgz
diff --git a/maketgz b/maketgz
index acc0a47..2967eb3 100755 (executable)
--- a/maketgz
+++ b/maketgz
@@ -123,10 +123,10 @@ make -s html
 echo "make pdf"
 make -s pdf
 
-# And the IDE files\r
-echo "make vc-ide"\r
-make -s vc-ide\r
-\r
+# And the IDE files
+echo "make vc-ide"
+make -s vc-ide
+
 echo "produce CHANGES"
 git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./log2changes.pl > CHANGES.dist