Skip to content

Commit 647bbfb

Browse files
committed
Fix distclean in libpq++.
1 parent cfef73b commit 647bbfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq++/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.18 1998/07/12 18:48:06 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.19 1998/07/12 19:20:45 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -122,7 +122,7 @@ doc:
122122
$(MAKE) -C man install
123123

124124
clean:
125-
rm $(LIBNAME).a $(OBJS)
125+
rm -f $(LIBNAME).a $(OBJS)
126126
$(MAKE) -C examples clean
127127

128128
dep depend:

0 commit comments

Comments
 (0)