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 acc2843 commit 8a7f79cCopy full SHA for 8a7f79c
src/backend/utils/misc/Makefile
@@ -4,7 +4,7 @@
4
# Makefile for utils/misc
5
#
6
# IDENTIFICATION
7
-# $Header: /cvsroot/pgsql/src/backend/utils/misc/Makefile,v 1.2 1996/11/06 06:52:23 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/utils/misc/Makefile,v 1.3 1997/11/07 07:03:37 thomas Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -16,7 +16,7 @@ INCLUDE_OPT = -I../../port/$(PORTNAME) \
16
17
CFLAGS += $(INCLUDE_OPT)
18
19
-OBJS = superuser.o
+OBJS = database.o superuser.o
20
21
all: SUBSYS.o
22
0 commit comments