summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile4
-rw-r--r--contrib/odbc/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index bd7626ad88..411979e9eb 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,7 +1,7 @@
#
# The PostgreSQL contrib tree Makefile
#
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.6 2000/07/09 13:12:57 petere Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.7 2000/07/16 14:50:29 petere Exp $
#
subdir = contrib
@@ -29,7 +29,7 @@ WANTED_DIRS = array \
vacuumlo
# odbc
-all .DEFAULT:
+all install installdirs uninstall clean distclean maintainer-clean:
for dir in $(WANTED_DIRS); do \
if [ -e $$dir/Makefile ]; then \
$(MAKE) -C $$dir $@ ; \
diff --git a/contrib/odbc/Makefile b/contrib/odbc/Makefile
index 8fe1959c58..b9922c486a 100644
--- a/contrib/odbc/Makefile
+++ b/contrib/odbc/Makefile
@@ -18,7 +18,7 @@ TARGETS= $(TARGETS_7)
CLEANFILES+= $(TARGETS) $(TARGETS_PRE7)
-all:: $(TARGETS)
+all: $(TARGETS)
install: all
ifneq ($(filter odbc$(DLSUFFIX), $(TARGETS)),)