this is necessary to avoid being unable to remove thousand sources (in RRC we have 4700 source files)


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1195 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/examples/sample.makefile.regen b/examples/sample.makefile.regen
index 7b6eae3..eb0958f 100755
--- a/examples/sample.makefile.regen
+++ b/examples/sample.makefile.regen
@@ -63,7 +63,8 @@
 	echo '	@echo ================'
 	echo
 	echo "distclean: clean"
-	echo '	rm -f $(ASN_MODULE_SOURCES) $(ASN_MODULE_HEADERS)'
+	echo '	rm -f $(ASN_MODULE_SOURCES)'
+	echo '	rm -f $(ASN_MODULE_HEADERS)'
 	echo '	rm -f $(ASN_CONVERTER_SOURCES) $(ASN_CONVERTER_HEADERS)'
 	echo "	rm -f Makefile.am.sample"
 ) >> Makefile.$$