From: Michael Meskes Date: Wed, 3 Oct 2007 13:24:54 +0000 (+0000) Subject: Remove exports.list in clean target. X-Git-Tag: REL8_3_BETA1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=449fcf47fbe6ea1a23282662e8f0e4bc590d56c8;p=postgresql Remove exports.list in clean target. --- diff --git a/src/interfaces/ecpg/compatlib/Makefile b/src/interfaces/ecpg/compatlib/Makefile index 67f7afeaa1..574a9a0182 100644 --- a/src/interfaces/ecpg/compatlib/Makefile +++ b/src/interfaces/ecpg/compatlib/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.28 2007/10/03 13:20:19 meskes Exp $ +# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.29 2007/10/03 13:24:54 meskes Exp $ # #------------------------------------------------------------------------- @@ -87,4 +87,4 @@ installdirs: uninstall: uninstall-lib clean distclean maintainer-clean: clean-lib - rm -f $(OBJS) snprintf.c + rm -f $(OBJS) snprintf.c exports.list