We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb715e0 commit 0481f3fCopy full SHA for 0481f3f
src/backend/lib/Makefile
@@ -4,15 +4,15 @@
4
# Makefile for lib (miscellaneous stuff)
5
#
6
# IDENTIFICATION
7
-# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.16 2001/10/05 17:28:12 tgl Exp $
+# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.17 2003/01/09 01:23:55 momjian Exp $
8
9
#-------------------------------------------------------------------------
10
11
subdir = src/backend/lib
12
top_builddir = ../../..
13
include $(top_builddir)/src/Makefile.global
14
15
-OBJS = bit.o dllist.o lispsort.o stringinfo.o
+OBJS = dllist.o lispsort.o stringinfo.o
16
17
all: SUBSYS.o
18
src/backend/lib/bit.c
src/include/utils/bit.h
0 commit comments