Add $srcdir to sample config filename so that building in a separate dir works.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@195 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
3d8e282ecb
commit
383a0215ad
|
@ -61,7 +61,7 @@ man_MANS = avrdude.1
|
|||
sysconf_DATA = avrdude.conf
|
||||
|
||||
avrdude.conf: avrdude.conf.sample
|
||||
cp avrdude.conf.sample $@
|
||||
cp $(srcdir)/avrdude.conf.sample $@
|
||||
|
||||
distclean-local:
|
||||
rm -rf avrdude.conf
|
||||
|
|
Loading…
Reference in New Issue