File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 13
13
# be converted to Method 2.
14
14
#
15
15
# IDENTIFICATION
16
- # $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.28 2000/12/11 00:49:54 tgl Exp $
16
+ # $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.29 2001/05/08 19:38:57 petere Exp $
17
17
#
18
18
# -------------------------------------------------------------------------
19
19
@@ -22,8 +22,11 @@ top_builddir = ../../..
22
22
include $(top_builddir ) /src/Makefile.global
23
23
24
24
OBJS = dynloader.o @INET_ATON@ @STRERROR@ @MISSING_RANDOM@ @SRANDOM@
25
- OBJS+ = @GETHOSTNAME@ @GETRUSAGE@ @STRCASECMP@ @STRDUP@ @ TAS@ @ISINF@
25
+ OBJS+ = @GETHOSTNAME@ @GETRUSAGE@ @STRCASECMP@ @TAS@ @ISINF@
26
26
OBJS+ = @STRTOL@ @STRTOUL@ @SNPRINTF@
27
+ ifdef STRDUP
28
+ OBJS += $(top_builddir ) /src/utils/strdup.o
29
+ endif
27
30
ifeq ($(PORTNAME ) , qnx4)
28
31
OBJS += getrusage.o qnx4/SUBSYS.o
29
32
endif
@@ -57,6 +60,10 @@ darwin.dir:
57
60
tas.o : tas.s
58
61
$(CC ) $(CFLAGS ) -c $<
59
62
63
+ $(top_builddir ) /src/utils/strdup.o :
64
+ $(MAKE ) -C $(top_builddir ) /src/utils strdup.o
65
+
66
+
60
67
distclean clean :
61
68
rm -f SUBSYS.o $(OBJS )
62
69
$(MAKE ) -C beos clean
You can’t perform that action at this time.
0 commit comments