]> git.tuebingen.mpg.de Git - dss.git/commitdiff
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)
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.


No differences found