From 359995e4bc10182aaff68184cb78143c4f19cefe Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Tue, 16 Jul 2024 17:33:10 -0500 Subject: [PATCH] Remove Makefile debug from MSTPCAP build --- apps/mstpcap/Makefile | 1 - 1 file changed, 1 deletion(-) 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