diff options
Diffstat (limited to 'src/backend/main/Makefile.inc')
-rw-r--r-- | src/backend/main/Makefile.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/backend/main/Makefile.inc b/src/backend/main/Makefile.inc deleted file mode 100644 index 1e66ad03cac..00000000000 --- a/src/backend/main/Makefile.inc +++ /dev/null @@ -1,16 +0,0 @@ -#------------------------------------------------------------------------- -# -# Makefile.inc-- -# Makefile for the main() of the postgres backend -# -# Copyright (c) 1994, Regents of the University of California -# -# -# IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/main/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:31 scrappy Exp $ -# -#------------------------------------------------------------------------- - -VPATH:= $(VPATH):$(CURDIR)/main - -SRCS_MAIN= main.c |