Have clean clean out the test directory also, as well as the Makefiles in
authorMarc G. Fournier
Tue, 13 Jan 1998 04:43:22 +0000 (04:43 +0000)
committerMarc G. Fournier
Tue, 13 Jan 1998 04:43:22 +0000 (04:43 +0000)
interfaces/{libpq,libpgtcl}

src/GNUmakefile.in

index 850859052e2ef24ab286005f84a7057c6d39eba7..aa8f91319616bf7c89ebde4ca5728cc68d1383d9 100644 (file)
@@ -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