diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-01-13 04:43:22 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-01-13 04:43:22 +0000 |
commit | 7fddac925b37b1b916d41f27fac22e5bb8dcfb98 (patch) | |
tree | 65baf547916d5740bb9f988d15cd1fedd53dc9a2 /src | |
parent | 6380e70f07c6826aa57096b5fc2e1a47739c3bdc (diff) | |
download | postgresql-7fddac925b37b1b916d41f27fac22e5bb8dcfb98.tar.gz postgresql-7fddac925b37b1b916d41f27fac22e5bb8dcfb98.zip |
Have clean clean out the test directory also, as well as the Makefiles in
interfaces/{libpq,libpgtcl}
Diffstat (limited to 'src')
-rw-r--r-- | src/GNUmakefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in index 850859052e2..aa8f9131961 100644 --- a/src/GNUmakefile.in +++ b/src/GNUmakefile.in @@ -7,7 +7,7 @@ # # # 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: $(MAKE) -C backend clean $(MAKE) -C interfaces clean $(MAKE) -C bin clean + $(MAKE) -C test clean ifneq ($(wildcard man), ) $(MAKE) -C man clean endif @@ -78,6 +79,8 @@ distclean: clean bin/pg_version/Makefile \ include/config.h \ backend/utils/Gen_fmgrtab.sh \ + interfaces/libpq/Makefile \ + interfaces/libpgtcl/Makefile \ include/os.h \ Makefile.port |