From: Nathan Wagner Date: Sun, 24 Jan 2016 11:41:51 +0000 (+0000) Subject: remove unused variable from makefile X-Git-Url: https://pd.if.org/git/?p=uuid;a=commitdiff_plain;h=HEAD remove unused variable from makefile --- 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