aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gin
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2008-02-19 10:30:09 +0000
committerPeter Eisentraut <peter_e@gmx.net>2008-02-19 10:30:09 +0000
commit0474dcb60833c635c011ec3c4642f65fc2e1dcb0 (patch)
treeee5b04a008caa80cd522849f6e80930a97797b85 /src/backend/access/gin
parenta74e0414a223f73bf9c4b836c9d62b03b4f898a9 (diff)
downloadpostgresql-0474dcb60833c635c011ec3c4642f65fc2e1dcb0.tar.gz
postgresql-0474dcb60833c635c011ec3c4642f65fc2e1dcb0.zip
Refactor backend makefiles to remove lots of duplicate code
Diffstat (limited to 'src/backend/access/gin')
-rw-r--r--src/backend/access/gin/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/backend/access/gin/Makefile b/src/backend/access/gin/Makefile
index 4af8b316307..08946c88a73 100644
--- a/src/backend/access/gin/Makefile
+++ b/src/backend/access/gin/Makefile
@@ -4,7 +4,7 @@
# Makefile for access/gin
#
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/backend/access/gin/Makefile,v 1.2 2007/01/20 17:16:10 petere Exp $
+# $PostgreSQL: pgsql/src/backend/access/gin/Makefile,v 1.3 2008/02/19 10:30:06 petere Exp $
#
#-------------------------------------------------------------------------
@@ -16,10 +16,4 @@ OBJS = ginutil.o gininsert.o ginxlog.o ginentrypage.o gindatapage.o \
ginbtree.o ginscan.o ginget.o ginvacuum.o ginarrayproc.o \
ginbulk.o
-all: SUBSYS.o
-
-SUBSYS.o: $(OBJS)
- $(LD) $(LDREL) $(LDOUT) SUBSYS.o $(OBJS)
-
-clean:
- rm -f SUBSYS.o $(OBJS)
+include $(top_srcdir)/src/backend/common.mk