CVS commit by mutz: don't fail for files that don't end in newline M +1 -0 includemocs 1.4 --- kdesdk/scripts/includemocs #1.3:1.4 @@ -42,4 +42,5 @@ } if ($s) { + print "echo >> $s ;\n"; print "echo '#include \"$name.moc\"' >> $s ;\n"; } else {