10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6380e70 commit 7fddac9Copy full SHA for 7fddac9
src/GNUmakefile.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
#-------------------------------------------------------------------------
13
@@ -61,6 +61,7 @@ clean:
61
$(MAKE) -C backend clean
62
$(MAKE) -C interfaces clean
63
$(MAKE) -C bin clean
64
+ $(MAKE) -C test clean
65
ifneq ($(wildcard man), )
66
$(MAKE) -C man clean
67
endif
@@ -78,6 +79,8 @@ distclean: clean
78
79
bin/pg_version/Makefile \
80
include/config.h \
81
backend/utils/Gen_fmgrtab.sh \
82
+ interfaces/libpq/Makefile \
83
+ interfaces/libpgtcl/Makefile \
84
include/os.h \
85
Makefile.port
86
0 commit comments