Add alternative expected output files for cs_CZ locale for btree_gist and
[PostgreSQL.git] / src / pl / plpgsql / Makefile
blobbb41207f98ad4e713de5b909c8fc6cd71dd04cc3
1 #-------------------------------------------------------------------------
3 # Makefile for src/pl/plpgsql (PostgreSQL's SQL procedural language)
5 # Copyright (c) 1994, Regents of the University of California
7 # $PostgreSQL$
9 #-------------------------------------------------------------------------
11 subdir = src/pl/plpgsql
12 top_builddir = ../../..
13 include $(top_builddir)/src/Makefile.global
15 all install installdirs uninstall distprep clean distclean maintainer-clean:
16 $(MAKE) -C src $@