File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 44#
55# Copyright (c) 1994, Regents of the University of California
66#
7- # $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.75 2001/11/20 00:27:13 tgl Exp $
7+ # $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.76 2002/02/18 06:03:22 momjian Exp $
88#
99# -------------------------------------------------------------------------
1010
@@ -16,10 +16,6 @@ DIRS := access bootstrap catalog parser commands executor lib libpq \
1616 main nodes optimizer port postmaster regex rewrite \
1717 storage tcop utils
1818
19- ifdef TIOGA
20- DIRS += tioga
21- endif
22-
2319OBJS := $(DIRS:%=%/SUBSYS.o )
2420
2521ifeq ($(PORTNAME ) , qnx4)
Original file line number Diff line number Diff line change 1313# be converted to Method 2.
1414#
1515# IDENTIFICATION
16- # $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.30 2001/12/20 21:23:05 momjian Exp $
16+ # $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.31 2002/02/18 06:03:23 momjian Exp $
1717#
1818# -------------------------------------------------------------------------
1919
@@ -26,6 +26,8 @@ OBJS+= @GETHOSTNAME@ @GETRUSAGE@ @MEMCMP@ @STRCASECMP@ @TAS@ @ISINF@
2626OBJS+ = @STRTOL@ @STRTOUL@ @SNPRINTF@
2727ifdef STRDUP
2828OBJS += $(top_builddir ) /src/utils/strdup.o
29+ $(top_builddir ) /src/utils/strdup.o :
30+ $(MAKE ) -C $(top_builddir ) /src/utils strdup.o
2931endif
3032ifeq ($(PORTNAME ) , qnx4)
3133OBJS += getrusage.o qnx4/SUBSYS.o
@@ -60,10 +62,6 @@ darwin.dir:
6062tas.o : tas.s
6163 $(CC ) $(CFLAGS ) -c $<
6264
63- $(top_builddir ) /src/utils/strdup.o :
64- $(MAKE ) -C $(top_builddir ) /src/utils strdup.o
65-
66-
6765distclean clean :
6866 rm -f SUBSYS.o $(OBJS )
6967 $(MAKE ) -C beos clean
You can’t perform that action at this time.
0 commit comments