]> git.tuebingen.mpg.de Git - osl.git/commitdiff
build: Fix dependencies for oslfsck.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 19 Apr 2017 13:49:38 +0000 (15:49 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 19 Apr 2017 13:49:38 +0000 (15:49 +0200)
The autogenerated Makefile.deps does not work for the oslfsck
exectutable because we compile the object files for oslfsck without
-fPIC to generate more performant code, and name them e.g. util.fsck.o
instead of util.o.

Geting rid of this optimization not only fixes the dependencies but
also simplifies the Makefile and speeds up the build.


No differences found