Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fddac9

Browse files
committed
Have clean clean out the test directory also, as well as the Makefiles in
interfaces/{libpq,libpgtcl}
1 parent 6380e70 commit 7fddac9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/GNUmakefile.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.22 1997/12/26 22:35:53 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.23 1998/01/13 04:43:22 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -61,6 +61,7 @@ clean:
6161
$(MAKE) -C backend clean
6262
$(MAKE) -C interfaces clean
6363
$(MAKE) -C bin clean
64+
$(MAKE) -C test clean
6465
ifneq ($(wildcard man), )
6566
$(MAKE) -C man clean
6667
endif
@@ -78,6 +79,8 @@ distclean: clean
7879
bin/pg_version/Makefile \
7980
include/config.h \
8081
backend/utils/Gen_fmgrtab.sh \
82+
interfaces/libpq/Makefile \
83+
interfaces/libpgtcl/Makefile \
8184
include/os.h \
8285
Makefile.port
8386

0 commit comments

Comments
 (0)