diff --git a/apps/mstpcap/Makefile b/apps/mstpcap/Makefile index d6c655f2..57bf1cdb 100644 --- a/apps/mstpcap/Makefile +++ b/apps/mstpcap/Makefile @@ -53,7 +53,6 @@ TARGET_BIN = ${TARGET}$(TARGET_EXT) all: Makefile ${TARGET_BIN} ${TARGET_BIN}: ${OBJS} - echo "LFLAGS=${LFLAGS}" ${CC} ${PFLAGS} ${OBJS} ${LFLAGS} -o $@ size $@ cp $@ ../../bin