mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Fix distclean in libpq++.
This commit is contained in:
parent
cfef73b4c0
commit
647bbfb086
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user