Added the command to invoke the gnu version of make as a parm to GetVar

This commit is contained in:
Janet B. Anderson
1996-03-04 16:44:53 +00:00
parent 4a07ca3a11
commit e460c225da

View File

@@ -77,7 +77,7 @@ case $HOST_ARCH in
solaris)
# use -xM option of ACC to list dependencies
CC=`$EPICS/base/bin/$HOST_ARCH/GetVar $EPICS ACC $HOST_ARCH`
CC=`$EPICS/base/bin/$HOST_ARCH/GetVar $EPICS $MAKE ACC $HOST_ARCH`
FILES=`$CC -xM -D$DEF $INCLUDEH errInc.c \
| grep "errInc.o" | grep -v "errInc.c" \
| sed -e 's/errInc\.o://'`