]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
build: Do not hardcode gcc in depend.sh.
authorAndre Noll <maan@systemlinux.org>
Thu, 24 Jul 2014 20:42:28 +0000 (22:42 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 31 Jul 2014 18:01:14 +0000 (20:01 +0200)
Although the clang compiler understands the -MM and -MG options,
we currently rely on gcc to generate the dependency files. Of course
this fails on systems where only clang is installed. The right fix
would be to use the make variable $(CC), but let's go for the minimal
fix that replaces gcc by cc in depend.sh for now.


No differences found