mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 09:52:14 -05:00
This is for convenience, now that adding recursive targets is much easier than it used to be when the NLS stuff was initially added.
17 lines
435 B
Makefile
17 lines
435 B
Makefile
#-------------------------------------------------------------------------
|
|
#
|
|
# Makefile for src/pl/plpgsql (PostgreSQL's SQL procedural language)
|
|
#
|
|
# Copyright (c) 1994, Regents of the University of California
|
|
#
|
|
# src/pl/plpgsql/Makefile
|
|
#
|
|
#-------------------------------------------------------------------------
|
|
|
|
subdir = src/pl/plpgsql
|
|
top_builddir = ../../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
SUBDIRS = src
|
|
|
|
$(recurse)
|