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:
parent
38f0dd7a4d
commit
ef7e3586c8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue