From 3d8e282ecb2ea729bc3db08e26201e65e145717c Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sat, 15 Feb 2003 14:16:10 +0000 Subject: [PATCH] Only GNU make sets $< in non-inference rules, so rather explicitly spell the source file(s) to remain compatible. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@194 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avrdude/Makefile.am b/avrdude/Makefile.am index 62c470d8..85f2f8f6 100644 --- a/avrdude/Makefile.am +++ b/avrdude/Makefile.am @@ -61,7 +61,7 @@ man_MANS = avrdude.1 sysconf_DATA = avrdude.conf avrdude.conf: avrdude.conf.sample - cp $< $@ + cp avrdude.conf.sample $@ distclean-local: rm -rf avrdude.conf