From 647bbfb08604c9805f94cc6337e660ce8b450d82 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sun, 12 Jul 1998 19:20:45 +0000
Subject: [PATCH] Fix distclean in libpq++.

---
 src/interfaces/libpq++/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/interfaces/libpq++/Makefile b/src/interfaces/libpq++/Makefile
index e1e99eed0c6..fb619a90d31 100644
--- a/src/interfaces/libpq++/Makefile
+++ b/src/interfaces/libpq++/Makefile
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.18 1998/07/12 18:48:06 momjian Exp $
+#    $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.19 1998/07/12 19:20:45 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -122,7 +122,7 @@ doc:
 	$(MAKE) -C man install
 
 clean:
-	rm $(LIBNAME).a $(OBJS)
+	rm -f $(LIBNAME).a $(OBJS)
 	$(MAKE) -C examples clean
 
 dep depend:
-- 
GitLab