diff --git a/src/config/GNUmakefile b/src/config/GNUmakefile index a56358a2eb..40530956a5 100644 --- a/src/config/GNUmakefile +++ b/src/config/GNUmakefile @@ -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