from src, by espie@:
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing
This commit is contained in:
2
Makefile
2
Makefile
@@ -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}
|
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}
|
||||||
|
|
||||||
CFLAGS+= -Wall
|
CFLAGS+= -Wall
|
||||||
|
YFLAGS=
|
||||||
LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lxcb -lXau -lXdmcp \
|
LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lxcb -lXau -lXdmcp \
|
||||||
-lfontconfig -lexpat -lfreetype -lz -lXrandr -lXext
|
-lfontconfig -lexpat -lfreetype -lz -lXrandr -lXext
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user