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
This commit is contained in:
parent
13f0562604
commit
3d8e282ecb
|
@ -61,7 +61,7 @@ man_MANS = avrdude.1
|
||||||
sysconf_DATA = avrdude.conf
|
sysconf_DATA = avrdude.conf
|
||||||
|
|
||||||
avrdude.conf: avrdude.conf.sample
|
avrdude.conf: avrdude.conf.sample
|
||||||
cp $< $@
|
cp avrdude.conf.sample $@
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
rm -rf avrdude.conf
|
rm -rf avrdude.conf
|
||||||
|
|
Loading…
Reference in New Issue