chiark / gitweb /
REORG Delete everything that's not innduct or build system or changed for innduct
[inn-innduct.git] / storage / tradindexed / ovmethod.mk
diff --git a/storage/tradindexed/ovmethod.mk b/storage/tradindexed/ovmethod.mk
deleted file mode 100644 (file)
index 8038de4..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-tradindexed/tdx-util.o: tradindexed/tdx-util.c
-       $(CC) $(CFLAGS) -c -o $@ tradindexed/tdx-util.c
-
-tradindexed/tdx-util: tradindexed/tdx-util.o libstorage.$(EXTLIB) $(LIBHIST)
-       $(LIBLD) $(LDFLAGS) -o $@ tradindexed/tdx-util.o \
-           $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(EXTSTORAGELIBS) $(LIBS)