From 0d57e2ea6e9dd0d1180b73713eb0f8c94c4810fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Villemain?= Date: Thu, 8 Aug 2013 19:18:59 +0200 Subject: [PATCH] Fix stupid typo in Makefile MODULE_DIR != MODULEDIR --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca387c5..686325b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ EXTVERSION = 1.1.1 EXTCOMMENT = examine and manage the os buffer cache MODULES = $(EXTENSION) -MODULE_DIR = $(EXTENSION) +MODULEDIR = $(EXTENSION) DOCS = README.rst PG_CONFIG = pg_config -- 2.39.5