summaryrefslogtreecommitdiff
path: root/build/Makefile.kernel
diff options
context:
space:
mode:
Diffstat (limited to 'build/Makefile.kernel')
-rw-r--r--build/Makefile.kernel4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/Makefile.kernel b/build/Makefile.kernel
index ed7fe5b1..46770379 100644
--- a/build/Makefile.kernel
+++ b/build/Makefile.kernel
@@ -12,12 +12,8 @@ sources = action.c client.c config.c dispatch.c engine.c event.c \
extensions.c focus.c frame.c grab.c menu.c openbox.c \
parse.c plugin.c prop.c screen.c stacking.c timer.c xerror.c \
parse.lex.c parse.tab.c
-lex = parse.l
-yacc = parse.y
srcdir := $(srcdir)/$(dir)
-lex := $(addprefix $(srcdir)/,$(lex))
-yacc := $(addprefix $(srcdir)/,$(yacc))
target := $(addprefix $(dir)/,$(target))
objects := $(addprefix $(dir)/,$(sources:.c=.o))
sources := $(addprefix $(srcdir)/,$(sources))