Commit 647bbfb0 authored by Bruce Momjian's avatar Bruce Momjian

Fix distclean in libpq++.

parent cfef73b4
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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: ...@@ -122,7 +122,7 @@ doc:
$(MAKE) -C man install $(MAKE) -C man install
clean: clean:
rm $(LIBNAME).a $(OBJS) rm -f $(LIBNAME).a $(OBJS)
$(MAKE) -C examples clean $(MAKE) -C examples clean
dep depend: dep depend:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment