Makefile.am:

Avoid error message trying 'windoze-dsp' in obsolete directory
compile-dist:
  Avoid error message for target 'distclean' and no Makefile
This commit is contained in:
kent@mysql.com 2006-06-17 15:37:23 +02:00
parent 6783fc830f
commit ad87e7b314
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# tree can then be picked up by "make dist" to create the "pristine source
# package" that is used as the basis for all other binary builds.
#
make distclean
test -f Makefile && make distclean
aclocal
autoheader
libtoolize --automake --force --copy

View File

@ -19,7 +19,8 @@ dist-hook:
done
windoze:
for i in `find . -name 'Makefile.am'`; do make -C `dirname $$i` windoze-dsp; done
for i in `find . -name 'old_dirs' -prune -o -name 'Makefile.am' -print`; \
do make -C `dirname $$i` windoze-dsp; done
windoze-dsp: