Add distclean rule and EXTRA_DIST list to get 'make distcheck' to succeed.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@193 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
1997cc5188
commit
38f0dd7a4d
|
@ -21,6 +21,8 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|
||||||
|
EXTRA_DIST = avrdude.1 avrdude.pdf avrdude.conf.sample bootstrap
|
||||||
|
|
||||||
AM_YFLAGS = -d
|
AM_YFLAGS = -d
|
||||||
|
|
||||||
AM_CPPFLAGS = -DCONFIG_DIR=\"$(sysconfdir)\"
|
AM_CPPFLAGS = -DCONFIG_DIR=\"$(sysconfdir)\"
|
||||||
|
@ -61,3 +63,5 @@ sysconf_DATA = avrdude.conf
|
||||||
avrdude.conf: avrdude.conf.sample
|
avrdude.conf: avrdude.conf.sample
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
|
distclean-local:
|
||||||
|
rm -rf avrdude.conf
|
||||||
|
|
Loading…
Reference in New Issue