Skip to content

Commit

Permalink
Added the command to invoke the gnu version of make as a parm to GetVar
Browse files Browse the repository at this point in the history
  • Loading branch information
Janet B. Anderson committed Mar 4, 1996
1 parent 4a07ca3 commit e460c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libCom/blderrSymTbl
Original file line number Diff line number Diff line change
Expand Up @@ -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://'`
Expand Down

0 comments on commit e460c22

Please sign in to comment.