Fixed 'make dist' a little.

This commit is contained in:
Morten Rolland 1999-10-31 21:04:48 +00:00
parent a072894fab
commit 50dc95ecee
1 changed files with 3 additions and 2 deletions

View File

@ -38,10 +38,11 @@ dist:
find . -name CVS -type d -exec rm -rf {} \; -prune; \
find . -name .cvsignore -exec rm {} \; ; \
find . -name \*~ -exec rm {} \; ; \
find . -name \#\*\# -print ; \
find . -name \#\*\# -exec rm {} ; \
find . -name \*.o -exec rm {} \; ; \
find . -name \*.a -exec rm {} \; ; \
rm -f test amodemd; \
rm -f test amodemd v21_softmodem; \
cd $${build_dir}; \
tar cfz $${fax_dir}.tar.gz $${fax_dir}; \
rm -rf $${fax_dir}; \
)