summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJouni Ahto <jah@php.net>2000-07-29 04:45:38 +0000
committerJouni Ahto <jah@php.net>2000-07-29 04:45:38 +0000
commitecb7b4d2710e17f2a913d9124264cb1dced0b59f (patch)
treecac10d784373c7cf5c9507de3d5548bdfe0fa45e /ext
parentd88fe953ae572e78356421bdd705126eef8a865a (diff)
downloadphp-git-ecb7b4d2710e17f2a913d9124264cb1dced0b59f.tar.gz
Removed an extra tab, it caused problems for Digital Unix' poor native make...
Diffstat (limited to 'ext')
-rw-r--r--ext/pgsql/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/Makefile.in b/ext/pgsql/Makefile.in
index 69fb2b1b33..58324d5d3c 100644
--- a/ext/pgsql/Makefile.in
+++ b/ext/pgsql/Makefile.in
@@ -5,5 +5,5 @@ LTLIBRARY_SHARED_NAME = pgsql.la
LTLIBRARY_SHARED_LIBADD = $(PGSQL_SHARED_LIBADD)
EXTRA_INCLUDES = $(PGSQL_INCLUDE)
-
+
include $(top_srcdir)/build/dynlib.mk