]> git.refcnt.org Git - colorize.git/commit
Avoid gmake specific Makefile idiom
authorSteven Schubiger <stsc@refcnt.org>
Sun, 18 Aug 2013 20:44:00 +0000 (22:44 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Sun, 18 Aug 2013 20:44:00 +0000 (22:44 +0200)
commit98b2100b8ed0e2a3ed1590841c896d1c42dc01c6
tree444c30c007b624c2a8481a88c6652b8f85f53f5b
parentfafbaa593cf17b107a4892e03410999234493eea
Avoid gmake specific Makefile idiom

Example make failure:
Using $< in a non-suffix rule context is a GNUmake idiom (line 11 of Makefile)
Makefile