projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d48d4f
)
Include SPI module when cleaning.
author
Thomas G. Lockhart
Thu, 1 Jan 1998 05:37:29 +0000
(
05:37
+0000)
committer
Thomas G. Lockhart
Thu, 1 Jan 1998 05:37:29 +0000
(
05:37
+0000)
src/test/regress/GNUmakefile
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/GNUmakefile
b/src/test/regress/GNUmakefile
index 08714cc4507e5a73149a4394203a6330ed260d1a..93f18a11b5c75bc3b416326568e77856753c2fa9 100644
(file)
--- a/
src/test/regress/GNUmakefile
+++ b/
src/test/regress/GNUmakefile
@@
-7,7
+7,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.1
2 1997/10/17 09:57:49 vadim
Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.1
3 1998/01/01 05:37:29 thomas
Exp $
#
#-------------------------------------------------------------------------
@@
-58,3
+58,4
@@
clean:
$(MAKE) -C sql clean
$(MAKE) -C expected clean
$(MAKE) -C results clean
+ $(MAKE) -C ../../../contrib/spi clean