projects
/
pgfincore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee947d2
)
Fix stupid typo in Makefile
author
CΓ©dric Villemain
<cedric@2ndquadrant.fr>
Thu, 8 Aug 2013 17:18:59 +0000
(19:18 +0200)
committer
CΓ©dric Villemain
<cedric@2ndquadrant.fr>
Thu, 8 Aug 2013 17:18:59 +0000
(19:18 +0200)
MODULE_DIR != MODULEDIR
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index ca387c58a404e9ef32e522e673aa0a6c4ae88741..686325bc14fdb01bd38ada16f28ee5f410692e4d 100644
(file)
--- 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)
+MODULE
DIR
= $(EXTENSION)
DOCS = README.rst
PG_CONFIG = pg_config