From 709b7c8073cf9d9f35871ce845efc8e61034544a Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 26 Feb 2004 07:50:56 +0000 Subject: Rremoved bogus -static from CFLAGS. Makeworld will add -static in the correct place if needed and possible. Self-hosted builds can just use the system default. --- share/syscons/scrnmaps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/syscons') diff --git a/share/syscons/scrnmaps/Makefile b/share/syscons/scrnmaps/Makefile index 64bf455..1c5dc88 100644 --- a/share/syscons/scrnmaps/Makefile +++ b/share/syscons/scrnmaps/Makefile @@ -20,7 +20,7 @@ ${SCRMAPS}: ${.TARGET:R}.mk rm -f ${.TARGET:R}.tmp ${SCRMAPS_MK}: ${.TARGET:R} mkscrfil.c - ${CC} -static ${CFLAGS} -I${.CURDIR} -DFIL=\"${.TARGET:R}\" ${LDFLAGS} \ + ${CC} ${CFLAGS} -I${.CURDIR} -DFIL=\"${.TARGET:R}\" ${LDFLAGS} \ -o ${.TARGET} ${.CURDIR}/mkscrfil.c .include -- cgit v1.1