We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf6b88 commit 449fcf4Copy full SHA for 449fcf4
src/interfaces/ecpg/compatlib/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $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 $
8
9
#-------------------------------------------------------------------------
10
@@ -87,4 +87,4 @@ installdirs:
87
uninstall: uninstall-lib
88
89
clean distclean maintainer-clean: clean-lib
90
- rm -f $(OBJS) snprintf.c
+ rm -f $(OBJS) snprintf.c exports.list
0 commit comments