forked from auracaster/openocd
Fix make maintainer-clean for out-of-tree builds.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2172 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
24
Makefile.am
24
Makefile.am
@@ -58,15 +58,15 @@ distclean-local:
|
||||
DISTCLEANFILES = doxygen.log
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
configure \
|
||||
Makefile.in \
|
||||
depcomp \
|
||||
config.guess \
|
||||
config.sub \
|
||||
config.h.in \
|
||||
config.h.in~ \
|
||||
compile \
|
||||
ltmain.sh \
|
||||
missing \
|
||||
aclocal.m4 \
|
||||
install-sh
|
||||
$(srcdir)/configure \
|
||||
$(srcdir)/Makefile.in \
|
||||
$(srcdir)/depcomp \
|
||||
$(srcdir)/config.guess \
|
||||
$(srcdir)/config.sub \
|
||||
$(srcdir)/config.h.in \
|
||||
$(srcdir)/config.h.in~ \
|
||||
$(srcdir)/compile \
|
||||
$(srcdir)/ltmain.sh \
|
||||
$(srcdir)/missing \
|
||||
$(srcdir)/aclocal.m4 \
|
||||
$(srcdir)/install-sh
|
||||
|
||||
Reference in New Issue
Block a user