]> git.tuebingen.mpg.de Git - dss.git/commit
build: Fix cc command which creates dependencies,
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 13 Jul 2017 17:33:52 +0000 (19:33 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 13 Jul 2017 20:54:03 +0000 (22:54 +0200)
commitdf63a10b9cbc312f66800da0998b96f024bb3ea3
tree45e5fe5591699e84b0d5e6ebd2da8c5080737159
parentddc8142e820ddf31c4f78fcebd359d1424f31390
build: Fix cc command which creates dependencies,

The command to create Makefile.deps was hardcoded as gcc in Makefile.
This patch changes the command to $(CC) and adds the usual set of
flags which we use for compiling.
Makefile