Skip to content
Snippets Groups Projects
Commit 7fddac92 authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

Have clean clean out the test directory also, as well as the Makefiles in

interfaces/{libpq,libpgtcl}
parent 6380e70f
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.22 1997/12/26 22:35:53 scrappy Exp $ # $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.23 1998/01/13 04:43:22 scrappy Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -61,6 +61,7 @@ clean: ...@@ -61,6 +61,7 @@ clean:
$(MAKE) -C backend clean $(MAKE) -C backend clean
$(MAKE) -C interfaces clean $(MAKE) -C interfaces clean
$(MAKE) -C bin clean $(MAKE) -C bin clean
$(MAKE) -C test clean
ifneq ($(wildcard man), ) ifneq ($(wildcard man), )
$(MAKE) -C man clean $(MAKE) -C man clean
endif endif
...@@ -78,6 +79,8 @@ distclean: clean ...@@ -78,6 +79,8 @@ distclean: clean
bin/pg_version/Makefile \ bin/pg_version/Makefile \
include/config.h \ include/config.h \
backend/utils/Gen_fmgrtab.sh \ backend/utils/Gen_fmgrtab.sh \
interfaces/libpq/Makefile \
interfaces/libpgtcl/Makefile \
include/os.h \ include/os.h \
Makefile.port Makefile.port
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment