diff options
| author | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-10-27 09:55:05 +0000 |
|---|---|---|
| committer | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-10-27 09:55:05 +0000 |
| commit | b0d6f0aa639610f47bed818f7bc4e584cd9a391b (patch) | |
| tree | 103835aa6881d565d6ab23d09b7784c4952d8a2b /src/backend/lib/Makefile.inc | |
| parent | 1e39d14ff33f7ac436bbbd0b46a3e31faafed561 (diff) | |
| download | postgresql-b0d6f0aa639610f47bed818f7bc4e584cd9a391b.tar.gz | |
Simplify make files, add full dependencies.
Diffstat (limited to 'src/backend/lib/Makefile.inc')
| -rw-r--r-- | src/backend/lib/Makefile.inc | 20 |
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 - |
