STYLE: formatting in makefiles, config files

- fix typo in makefiles/info that affected wmake -show-compile-c

- additional safeguard in src/OpenFOAM/Make/options against self-linking.
  This is not normally required unless PROJECT_LIBS has been added into
  the link stage.
This commit is contained in:
Mark Olesen
2019-04-16 12:39:25 +02:00
committed by Andrew Heather
parent d14f181529
commit 2d7c266d37
6 changed files with 17 additions and 12 deletions

View File

@ -19,7 +19,7 @@
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# Use POSIX shell. Default to POSIX for the OS.
# Use POSIX shell
#------------------------------------------------------------------------------
SHELL = /bin/sh
@ -63,7 +63,7 @@ ext-so:
.PHONY: compile-c
compile-c:
@echo "$(COMP_C)"
@echo "$(COMPILE_C)"
.PHONY: compile-cxx
compile-cxx: