Commit 4fe13ffa authored by Lev Walkin's avatar Lev Walkin

this is necessary to avoid being unable to remove thousand sources (in RRC we...

this is necessary to avoid being unable to remove thousand sources (in RRC we have 4700 source files)
parent c7549b1b
...@@ -63,7 +63,8 @@ cat Makefile.am.sample \ ...@@ -63,7 +63,8 @@ cat Makefile.am.sample \
echo ' @echo ================' echo ' @echo ================'
echo echo
echo "distclean: clean" 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 $(ASN_CONVERTER_SOURCES) $(ASN_CONVERTER_HEADERS)'
echo " rm -f Makefile.am.sample" echo " rm -f Makefile.am.sample"
) >> Makefile.$$ ) >> Makefile.$$
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment