makefile updates
[apps/madmutt.git] / tools / cpkg2c.mk
diff --git a/tools/cpkg2c.mk b/tools/cpkg2c.mk
deleted file mode 100644 (file)
index 320ad2a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-%.c: %.cpkg $(top_builddir)/tools/cpkg2c
-       $(top_builddir)/tools/cpkg2c -c $< > $@ || (rm -f $@; exit 1)
-
-%.li: %.cpkg $(top_builddir)/tools/cpkg2c
-       $(top_builddir)/tools/cpkg2c -h $< > $@ || (rm -f $@; exit 1)
-
-$(top_builddir)/tools/cpkg2c: $(top_builddir)/tools/cpkg2c.mll
-       $(MAKE) -C $(@D) $(@F)
-