From 2c4f72c564437acc2eaf501c09df8421a8c1ec2f Mon Sep 17 00:00:00 2001 From: Okan Demirmen Date: Thu, 6 Jul 2017 17:01:11 +0000 Subject: from src, by espie@: no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing --- app/cwm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/cwm/Makefile b/app/cwm/Makefile index 8ab0d63f4..b6fa03b98 100644 --- a/app/cwm/Makefile +++ b/app/cwm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2016/09/20 18:23:12 okan Exp $ +# $OpenBSD: Makefile,v 1.24 2017/07/06 17:01:10 okan Exp $ .include @@ -11,7 +11,7 @@ SRCS= calmwm.c screen.c xmalloc.c client.c menu.c \ CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR} CFLAGS+= -Wall - +YFLAGS= LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lxcb -lXau -lXdmcp \ -lfontconfig -lexpat -lfreetype -lz -lXrandr -lXext -- cgit v1.2.3