Fix spurious define in openblas_config.h
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 6 Nov 2016 16:29:33 +0000 (17:29 +0100)
committerGitHub <noreply@github.com>
Sun, 6 Nov 2016 16:29:33 +0000 (17:29 +0100)
commit570bc9afbd4d24da4174a656091df2a25980f4a7
tree6ec75525356c2a4a6447c0bc89d4fc03fe793b50
parentf00baf32a69111e6f81a38b07f4a13990d7dce31
Fix spurious define in openblas_config.h

TARGET as specified with make is already return-terminated when getarch reads it. This led to an empty line written to config_last.h that awk in Makefile.install then expanded to a spurious "#define OPENBLAS_" in openblas_config.h (as noted by "kmb" on the mailing list)
getarch.c