]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Use curses_cppflags also for compiling gui.c.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 19 Jan 2015 21:49:01 +0000 (22:49 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 20 Jan 2015 08:38:37 +0000 (09:38 +0100)
commitc5ad4956c7ff5e7458c23b37d9fea9a3084602a2
tree1be0f19c955a85a57a14d7e3ad4c986cb4edfd5a
parent1aef9e5556484d0a2d44370b88121310a8081725
build: Use curses_cppflags also for compiling gui.c.

The make pattern rule gui%.o does not match gui.o because there
must be at least one character to match the ‘%’. Consequently,
the curses cppflags are ignored for compiling gui.c.

Fix this by explicitly adding gui.o to the list of object files for
which $(curses_cppflags) must be added to CPPFLAGS.
Makefile.real