summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/GNUmakefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in
index 424cbee36e8..fe47f5873b1 100644
--- a/src/GNUmakefile.in
+++ b/src/GNUmakefile.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.27 1998/09/11 17:08:21 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.28 1998/09/14 04:17:40 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -48,11 +48,11 @@ install:
$(MAKE) -C lextest install
$(MAKE) -C utils install
$(MAKE) -C backend install
- $(MAKE) -C interfaces install
$(MAKE) -C bin install
ifneq ($(wildcard man), )
$(MAKE) -C man install
endif
+ $(MAKE) -C interfaces install
cat ../register.txt
clean: