summaryrefslogtreecommitdiff
path: root/src/include/Makefile
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-02-03 22:32:49 -0500
committerRobert Haas <rhaas@postgresql.org>2011-02-03 22:32:49 -0500
commitddfe26f6441c24660595c5efe5fd0bd3974cdc5c (patch)
treef3e47e35a043c23916032317415154e117e9a59f /src/include/Makefile
parent7212c77d0cabcc468fec0b9cd7f2413b64b77050 (diff)
downloadpostgresql-ddfe26f6441c24660595c5efe5fd0bd3974cdc5c.tar.gz
Avoid maintaining three separate copies of the error codes list.
src/pl/plpgsql/src/plerrcodes.h, src/include/utils/errcodes.h, and a big chunk of errcodes.sgml are now automatically generated from a single file, src/backend/utils/errcodes.txt. Jan UrbaƄski, reviewed by Tom Lane.
Diffstat (limited to 'src/include/Makefile')
-rw-r--r--src/include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/Makefile b/src/include/Makefile
index b6744f6b90..3701ad0541 100644
--- a/src/include/Makefile
+++ b/src/include/Makefile
@@ -62,7 +62,7 @@ uninstall:
clean:
- rm -f utils/fmgroids.h parser/gram.h utils/probes.h catalog/schemapg.h
+ rm -f utils/fmgroids.h utils/errcodes.h parser/gram.h utils/probes.h catalog/schemapg.h
distclean maintainer-clean: clean
rm -f pg_config.h dynloader.h pg_config_os.h stamp-h