]> Dogcows Code - chaz/openbox/blobdiff - build/Makefile.kernel
add the keyboard plugin into the build systems
[chaz/openbox] / build / Makefile.kernel
index 69c8ac697c0546c9c5b2dbf26d21a4e8e77523f4..48602603c026c6f7a1272d5427a77a3f26d1df0a 100644 (file)
@@ -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
This page took 0.022649 seconds and 4 git commands to generate.