Relax test to see if yosys dir is a git repository in Makefile
authorRussell L Friesenhahn <russellf@arlut.utexas.edu>
Fri, 26 Aug 2016 16:15:36 +0000 (11:15 -0500)
committerRussell L Friesenhahn <russellf@arlut.utexas.edu>
Fri, 26 Aug 2016 16:15:36 +0000 (11:15 -0500)
commitee620c6a24a62725f6f41b43728fe7ce4112e130
treeb79683af2747c609e0e311190ae816cb16a504d5
parent23f217b1668415009a7a842b66012686c2f2d5b0
Relax test to see if yosys dir is a git repository in Makefile

This prevents the test from failing in the case that yosys is a
submodule of a repository since for a submodule the .git is actually a
file containing the location of the submodule's .git directory
Makefile