diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2017-07-06 17:01:11 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2017-07-06 17:01:11 +0000 |
commit | 2c4f72c564437acc2eaf501c09df8421a8c1ec2f (patch) | |
tree | b6bc8714490c78047425b9c3c442d5e0a5a612e5 /app | |
parent | 1f5cca8953045b1818ff9ce8577b7cf881ad6ba2 (diff) |
from src, by espie@:
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing
Diffstat (limited to 'app')
-rw-r--r-- | app/cwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.xconf.mk> @@ -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 |