Commit b1801445 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Include SPI module when cleaning.

parent 0d48d4f3
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.12 1997/10/17 09:57:49 vadim Exp $ # $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.13 1998/01/01 05:37:29 thomas Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -58,3 +58,4 @@ clean: ...@@ -58,3 +58,4 @@ clean:
$(MAKE) -C sql clean $(MAKE) -C sql clean
$(MAKE) -C expected clean $(MAKE) -C expected clean
$(MAKE) -C results clean $(MAKE) -C results clean
$(MAKE) -C ../../../contrib/spi clean
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment