From 511be1cb028f4a8159f8d598cdfa2dc706a2612a Mon Sep 17 00:00:00 2001 From: "Theodore A. Roth" Date: Sat, 15 Feb 2003 19:49:29 +0000 Subject: [PATCH] Add $srcdir to sample config filename so that building in a separate dir works. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@195 81a1dc3b-b13d-400b-aceb-764788c761c2 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 85f2f8f6..9f897018 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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