Skip to content
Snippets Groups Projects
Commit 4fe13ffa authored by Lev Walkin's avatar Lev Walkin
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -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.$$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment