mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 06:05:44 -04:00
DEPEND_CC=gcc instead of /usr/bin/gcc avoids breakage when gcc is not in /usr/bin
This commit is contained in:
parent
77ba9d53c2
commit
f603da372f
1 changed files with 2 additions and 2 deletions
|
|
@ -15,10 +15,10 @@ endif
|
|||
# force serial compiler in case CC=mpicc used (even though it should not be)
|
||||
#
|
||||
ifeq ($(TARGET),LINUX)
|
||||
DEPEND_CC = /usr/bin/gcc
|
||||
DEPEND_CC = gcc
|
||||
endif
|
||||
ifeq ($(TARGET),LINUX64)
|
||||
DEPEND_CC = /usr/bin/gcc
|
||||
DEPEND_CC = gcc
|
||||
endif
|
||||
ifeq ($(TARGET),BGQ)
|
||||
DEPEND_CC = /usr/bin/gcc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue