From 68ff2eb3d2d7874e780000143cbee9a8e7c2e57f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 4 Apr 2003 20:19:12 +0000 Subject: add the keyboard plugin into the build systems keyboard bindings are parsed from the rc file --- build/Makefile.kernel | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build/Makefile.kernel') diff --git a/build/Makefile.kernel b/build/Makefile.kernel index 69c8ac69..48602603 100644 --- a/build/Makefile.kernel +++ b/build/Makefile.kernel @@ -25,6 +25,10 @@ all: $(target) $(target): $(objects) render/librender.a $(LINK) -o $@ $^ $(LIBS) $(LDFLAGS) +# kill the implicit .c.y rule +$(srcdir)/%.c: $(srcdir)/%.y + @ + $(dir)/%.o: $(srcdir)/%.c $(depdir)/%.d $(COMPILE) -c -o $@ $< @@ -58,4 +62,4 @@ distclean: -include $(deps) -.PHONY: kernel-install kernel-uninstall kernel-clean +.PHONY: all install uninstall clean distclean -- cgit v1.2.3