Skip to content

Commit b180144

Browse files
author
Thomas G. Lockhart
committed
Include SPI module when cleaning.
1 parent 0d48d4f commit b180144

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/regress/GNUmakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.12 1997/10/17 09:57:49 vadim Exp $
10+
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.13 1998/01/01 05:37:29 thomas Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -58,3 +58,4 @@ clean:
5858
$(MAKE) -C sql clean
5959
$(MAKE) -C expected clean
6060
$(MAKE) -C results clean
61+
$(MAKE) -C ../../../contrib/spi clean

0 commit comments

Comments
 (0)