aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/file/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/file/Makefile')
-rw-r--r--src/backend/storage/file/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/storage/file/Makefile b/src/backend/storage/file/Makefile
index ca10b956790..d011d4a7a0c 100644
--- a/src/backend/storage/file/Makefile
+++ b/src/backend/storage/file/Makefile
@@ -4,15 +4,13 @@
# Makefile for storage/file
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/storage/file/Makefile,v 1.8 1999/12/13 22:33:41 momjian Exp $
+# $Header: /cvsroot/pgsql/src/backend/storage/file/Makefile,v 1.9 2000/05/29 05:45:03 tgl Exp $
#
#-------------------------------------------------------------------------
SRCDIR = ../../..
include ../../../Makefile.global
-CFLAGS += -I../..
-
OBJS = fd.o buffile.o
all: SUBSYS.o