1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Remove pgeasy Makefile on distclean.

This commit is contained in:
Bruce Momjian
1999-10-12 14:46:26 +00:00
parent cd273043b9
commit c7e694c4f5

View File

@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.43 1999/08/08 15:20:21 thomas Exp $ # $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.44 1999/10/12 14:46:26 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
@ -98,6 +98,7 @@ distclean: clean
interfaces/libpq/Makefile \ interfaces/libpq/Makefile \
interfaces/ecpg/lib/Makefile \ interfaces/ecpg/lib/Makefile \
interfaces/libpq++/Makefile \ interfaces/libpq++/Makefile \
interfaces/libpgeasy/Makefile \
interfaces/libpgtcl/Makefile \ interfaces/libpgtcl/Makefile \
interfaces/odbc/GNUmakefile \ interfaces/odbc/GNUmakefile \
interfaces/odbc/Makefile.global \ interfaces/odbc/Makefile.global \