mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
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:
committed by
Andrew Heather
parent
d14f181529
commit
2d7c266d37
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user