summaryrefslogtreecommitdiff
path: root/src/backend/lib/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/lib/Makefile.inc')
-rw-r--r--src/backend/lib/Makefile.inc20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/backend/lib/Makefile.inc b/src/backend/lib/Makefile.inc
deleted file mode 100644
index c3a46d546c..0000000000
--- a/src/backend/lib/Makefile.inc
+++ /dev/null
@@ -1,20 +0,0 @@
-#-------------------------------------------------------------------------
-#
-# Makefile.inc--
-# Makefile for the lib module (miscellaneous stuff)
-#
-# Copyright (c) 1994, Regents of the University of California
-#
-#
-# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/lib/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:28 scrappy Exp $
-#
-#-------------------------------------------------------------------------
-
-VPATH:=$(VPATH):$(CURDIR)/lib
-
-
-SRCS_LIB= bit.c fstack.c hasht.c lispsort.c qsort.c stringinfo.c dllist.c
-
-HEADERS+= fstack.h hasht.h lispsort.h qsort.h stringinfo.h dllist.h
-