]> git.ozlabs.org Git - ccan/blobdiff - tools/Makefile
Junkcode now works.
[ccan] / tools / Makefile
index 254d09960a6242398ebb214bc672881559f72898..b408cf06f8a012977c7cdf762a98877ce15c9ccb 100644 (file)
@@ -1,4 +1,4 @@
-ALL_TOOLS = tools/ccan_depends tools/run_tests tools/doc_extract tools/namespacize tools/create_dep_tar
+ALL_TOOLS = tools/ccan_depends tools/run_tests tools/doc_extract tools/namespacize
 
 .PHONY: tools
 tools: $(ALL_TOOLS)
@@ -11,9 +11,6 @@ tools/doc_extract: tools/doc_extract.o ccan/str_talloc/str_talloc.o ccan/grab_fi
 
 tools/namespacize: tools/namespacize.o tools/depends.o ccan/str_talloc/str_talloc.o ccan/grab_file/grab_file.o ccan/noerr/noerr.o ccan/talloc/talloc.o
 
-tools/create_dep_tar: tools/create_dep_tar.o tools/depends.o ccan/str_talloc/str_talloc.o ccan/grab_file/grab_file.o ccan/noerr/noerr.o ccan/talloc/talloc.o tools/_infotojson/sqlite3_database.o tools/_infotojson/utils.o
-       $(CC) $(LDFLAGS) -o $@ $^ -lsqlite3
-
 tools/run_tests.o tools/namespacize.o tools/depends.o: tools/tools.h
 
 tools-clean: ccanlint-clean