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 38f0dd7a4d
commit ef7e3586c8
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