Add missing distclean target.

This commit is contained in:
Jonathan Schleifer 2007-09-25 00:26:44 +02:00
parent f72cd7f0da
commit a55fe8ab38

View file

@ -366,7 +366,7 @@ distclean: clean
${DIR_LEAVE}; \
done
for i in ${PROG} ${PROG_NOINST} ${STATIC_LIB} ${STATIC_LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${DISTCLEAN}; do \
for i in ${PROG} ${PROG_NOINST} ${LIB} ${LIB_NOINST} ${STATIC_LIB} ${STATIC_LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${DISTCLEAN}; do \
if test -f $$i -o -d $$i; then \
if rm -fr $$i; then \
${DELETE_OK}; \