From 43e71ffe4825884ebee76402862f9d76daa15aa3 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sun, 24 Jan 2016 11:41:51 +0000 Subject: [PATCH] remove unused variable from makefile --- postgres/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/Makefile b/postgres/Makefile index c6cf973..6ea6b32 100644 --- a/postgres/Makefile +++ b/postgres/Makefile @@ -5,7 +5,7 @@ VERSIONS=1.0 1.0.1 1.1 UPGRADES=1.0--1.0.1 1.0.1--1.1 EXTENSION=pduuid -MODULES= pduuid +#MODULES= pduuid DATA= $(addprefix $(EXTENSION)--, $(addsuffix .sql, $(VERSIONS) $(UPGRADES))) #SHLIB_LINK= -Lpduuid -lpduuid MODULE_big= pduuid -- 2.40.0