summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/Makefile
diff options
context:
space:
mode:
authorPeter Eisentraut2008-02-19 10:30:09 +0000
committerPeter Eisentraut2008-02-19 10:30:09 +0000
commit0474dcb60833c635c011ec3c4642f65fc2e1dcb0 (patch)
treeee5b04a008caa80cd522849f6e80930a97797b85 /src/backend/storage/ipc/Makefile
parenta74e0414a223f73bf9c4b836c9d62b03b4f898a9 (diff)
Refactor backend makefiles to remove lots of duplicate code
Diffstat (limited to 'src/backend/storage/ipc/Makefile')
-rw-r--r--src/backend/storage/ipc/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/backend/storage/ipc/Makefile b/src/backend/storage/ipc/Makefile
index 6fa8bae7816..cc74f8812bb 100644
--- a/src/backend/storage/ipc/Makefile
+++ b/src/backend/storage/ipc/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for storage/ipc
#
-# $PostgreSQL: pgsql/src/backend/storage/ipc/Makefile,v 1.20 2007/01/20 17:16:12 petere Exp $
+# $PostgreSQL: pgsql/src/backend/storage/ipc/Makefile,v 1.21 2008/02/19 10:30:08 petere Exp $
#
subdir = src/backend/storage/ipc
@@ -18,10 +18,4 @@ endif
OBJS = ipc.o ipci.o pmsignal.o procarray.o shmem.o shmqueue.o \
sinval.o sinvaladt.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