projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec82394
)
Fix build.
memory2
author
Robert Haas
<rhaas@postgresql.org>
Wed, 2 Jul 2014 14:48:38 +0000
(14:48 +0000)
committer
Robert Haas
<rhaas@postgresql.org>
Wed, 2 Jul 2014 14:48:38 +0000
(14:48 +0000)
src/backend/utils/mmgr/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/mmgr/Makefile
b/src/backend/utils/mmgr/Makefile
index 4c63c0efcd7132e79dfd951854d2939b06464395..427983bfa79e2288be386d6d061244e64f439847 100644
(file)
--- a/
src/backend/utils/mmgr/Makefile
+++ b/
src/backend/utils/mmgr/Makefile
@@
-12,6
+12,6
@@
subdir = src/backend/utils/mmgr
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
-OBJS = aregion.o aset.o balloc.o freepage.o mcxt.o portalmem.o
balloc_map.o
+OBJS = aregion.o aset.o balloc.o freepage.o mcxt.o portalmem.o
include $(top_srcdir)/src/backend/common.mk