diff options
Diffstat (limited to 'src/backend/Makefile')
-rw-r--r-- | src/backend/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/backend/Makefile b/src/backend/Makefile index 0bc9f02eeb7..876d14a2dc4 100644 --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.75 2001/11/20 00:27:13 tgl Exp $ +# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.76 2002/02/18 06:03:22 momjian Exp $ # #------------------------------------------------------------------------- @@ -16,10 +16,6 @@ DIRS := access bootstrap catalog parser commands executor lib libpq \ main nodes optimizer port postmaster regex rewrite \ storage tcop utils -ifdef TIOGA -DIRS += tioga -endif - OBJS := $(DIRS:%=%/SUBSYS.o) ifeq ($(PORTNAME), qnx4) |