]> git.tuebingen.mpg.de Git - osl.git/commit
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)
commitec08b17c7514fe8c52d9bd8edf35460bc98a056e
treedf7a243074a73f869d917c4e23017825bf7282dc
parent526463e66898180b3cac527b7fe0936ef9d84244
build: Fix dependencies for oslfsck.

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.
Makefile