mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
removed tas.s refernce
This commit is contained in:
parent
65b4b39246
commit
10369ad7b2
@ -1,13 +1,13 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Makefile.inc--
|
||||
# Makefile for port/sparc_solaris (SPARC/Solaris 2.x specific stuff)
|
||||
# Makefile for port/i386_solaris (X86/Solaris 2.x specific stuff)
|
||||
#
|
||||
# Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/backend/port/i386_solaris/Attic/Makefile.inc,v 1.2 1996/07/22 22:59:34 scrappy Exp $
|
||||
# $Header: /cvsroot/pgsql/src/backend/port/i386_solaris/Attic/Makefile.inc,v 1.3 1996/07/25 07:27:08 scrappy Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@ -15,6 +15,6 @@ CFLAGS+= -DUSE_POSIX_TIME -DNEED_ISINF -DNEED_RUSAGE -DNO_EMPTY_STMTS
|
||||
|
||||
LDADD+= -ll -ldl
|
||||
|
||||
SUBSRCS+= port.c tas.s
|
||||
SUBSRCS+= port.c
|
||||
|
||||
HEADERS+= machine.h port-protos.h rusagestub.h
|
||||
|
Loading…
Reference in New Issue
Block a user