summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc
diff options
context:
space:
mode:
authorPeter Eisentraut2000-06-06 22:01:15 +0000
committerPeter Eisentraut2000-06-06 22:01:15 +0000
commit5b9d0d9a5cc223e2d875b477a7416851f9f9b564 (patch)
treef8391a6ed2be780938b57786f93b6cda814cc231 /src/interfaces/odbc
parent42ad25fcd139253912dcee8628f866fbf023ae27 (diff)
Moved configure script from src/ to the top level directory. Moved
configuration helper things into config/ dir. Adjusted some relative paths in makefiles.
Diffstat (limited to 'src/interfaces/odbc')
-rw-r--r--src/interfaces/odbc/GNUmakefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/odbc/GNUmakefile.in b/src/interfaces/odbc/GNUmakefile.in
index 8819b7271f..819402c30b 100644
--- a/src/interfaces/odbc/GNUmakefile.in
+++ b/src/interfaces/odbc/GNUmakefile.in
@@ -7,13 +7,13 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.12 2000/03/02 02:01:00 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.13 2000/06/06 22:01:09 petere Exp $
#
#-------------------------------------------------------------------------
@SET_MAKE@
NAME = psqlodbc
-SRCDIR= @top_srcdir@
+SRCDIR= ../..
ODBCSRCDIR= @srcdir@
include $(SRCDIR)/Makefile.global
@@ -91,7 +91,7 @@ standalone:
fi
-rm -f psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar.gz
$(TAR) -chf psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar \
- $(SOURCES) -C @top_srcdir@ makefiles template Makefile.shlib
+ $(SOURCES) -C $(SRCDIR) makefiles template Makefile.shlib
gzip psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar
.PHONY: integrated