1313# be converted to Method 2.
1414#
1515# IDENTIFICATION
16- # $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.31 2002/02/18 06:03:23 momjian Exp $
16+ # $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.32 2002/03/04 17:43:32 tgl Exp $
1717#
1818# -------------------------------------------------------------------------
1919
2020subdir = src/backend/port
2121top_builddir = ../../..
2222include $(top_builddir ) /src/Makefile.global
2323
24- OBJS = dynloader.o @INET_ATON@ @STRERROR@ @MISSING_RANDOM@ @SRANDOM@
25- OBJS+ = @GETHOSTNAME@ @GETRUSAGE@ @MEMCMP@ @STRCASECMP@ @TAS@ @ISINF@
26- OBJS+ = @STRTOL@ @STRTOUL@ @SNPRINTF@
24+ # Note: invoking a macro from Makefile.global is better than substituting
25+ # here; ideally this file should not need to be generated by configure
26+ # at all.
27+ OBJS = dynloader.o$(INET_ATON ) $(STRERROR ) @MISSING_RANDOM@ @SRANDOM@
28+ OBJS+ = @GETHOSTNAME@ @GETRUSAGE@$(MEMCMP ) @STRCASECMP@ @TAS@ @ISINF@
29+ OBJS+ = @STRTOL@$(STRTOUL ) $(SNPRINTF )
2730ifdef STRDUP
2831OBJS +=$(top_builddir ) /src/utils/strdup.o
29- $(top_builddir ) /src/utils/strdup.o :
30- $(MAKE ) -C$(top_builddir ) /src/utils strdup.o
3132endif
3233ifeq ($(PORTNAME ) , qnx4)
3334OBJS += getrusage.o qnx4/SUBSYS.o
@@ -44,6 +45,9 @@ all: SUBSYS.o
4445SUBSYS.o :$(OBJS )
4546$(LD ) $(LDREL ) $(LDOUT ) SUBSYS.o$(OBJS )
4647
48+ $(top_builddir ) /src/utils/strdup.o :
49+ $(MAKE ) -C$(top_builddir ) /src/utils strdup.o
50+
4751qnx4/SUBSYS.o : qnx4.dir
4852
4953qnx4.dir :