From 57d1346f075a854831d59f820932978c823bae66 Mon Sep 17 00:00:00 2001 From: Geoff Davis Date: Fri, 12 Jun 2015 12:10:11 -0700 Subject: [PATCH] Add missing makefile for python dbmoment wasn't building due to the xpy.contrib rules being missing Thanks to Kent for pointing this out --- data/python/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/python/Makefile diff --git a/data/python/Makefile b/data/python/Makefile new file mode 100644 index 000000000..350d19a1c --- /dev/null +++ b/data/python/Makefile @@ -0,0 +1,2 @@ +SUBDIR=/contrib +include $(ANTELOPEMAKE)