summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
diff options
context:
space:
mode:
authorMarc G. Fournier1998-01-17 23:39:35 +0000
committerMarc G. Fournier1998-01-17 23:39:35 +0000
commit8169769ee5104d4bde9a713beefdd133658f3a0f (patch)
treefd999e2fff738f8cd75cc46e105c3f564e2ef731 /src/interfaces/libpq
parent4aa861cabb3042d46b3355c9a10202ee0fcee719 (diff)
From: "Michael J. Maravillo" <mmj@philonline.com>
This patch makes it possible to do a "real" make distclean (back to its fresh state) on the distribution after compilation, regression testing, etc.
Diffstat (limited to 'src/interfaces/libpq')
-rw-r--r--src/interfaces/libpq/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/Makefile.in b/src/interfaces/libpq/Makefile.in
index 44eb0bf6aed..dd9c774a118 100644
--- a/src/interfaces/libpq/Makefile.in
+++ b/src/interfaces/libpq/Makefile.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.3 1998/01/17 23:33:39 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.4 1998/01/17 23:39:11 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -166,7 +166,7 @@ depend dep:
.PHONY: clean
clean:
- rm -f libpq.a $(shlib) $(OBJS) c.h
+ rm -f libpq.a $(shlib) $(OBJS) c.h dllist.c pqcomprim.c libpq.so
ifeq (depend,$(wildcard depend))
include depend