mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
More refactoring, so that the SUBSYS.o rules are now all in one place.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Makefile for port/darwin
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $PostgreSQL: pgsql/src/backend/port/darwin/Makefile,v 1.5 2007/01/20 17:16:12 petere Exp $
|
||||
# $PostgreSQL: pgsql/src/backend/port/darwin/Makefile,v 1.6 2008/02/19 15:29:58 petere Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -14,10 +14,4 @@ include $(top_builddir)/src/Makefile.global
|
||||
|
||||
OBJS = system.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
|
||||
|
||||
Reference in New Issue
Block a user