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/avrdude@194 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2003-02-15 14:16:10 +00:00
parent d888afcb31
commit 0020a78ab6
1 changed files with 1 additions and 1 deletions

View File

@ -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