mirror of
https://github.com/postgres/postgres.git
synced 2026-03-18 08:33:45 -04:00
17 lines
487 B
Makefile
17 lines
487 B
Makefile
#-------------------------------------------------------------------------
|
|
#
|
|
# Makefile--
|
|
# Makefile for utils/error
|
|
#
|
|
# IDENTIFICATION
|
|
# $PostgreSQL: pgsql/src/backend/utils/error/Makefile,v 1.13 2008/02/19 10:30:08 petere Exp $
|
|
#
|
|
#-------------------------------------------------------------------------
|
|
|
|
subdir = src/backend/utils/error
|
|
top_builddir = ../../../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
OBJS = assert.o elog.o
|
|
|
|
include $(top_srcdir)/src/backend/common.mk
|