diff options
author | Sascha Schumann <sas@php.net> | 2000-05-01 04:41:16 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-01 04:41:16 +0000 |
commit | 632b054aba9008a502e0fbdc3b92c0eedc110615 (patch) | |
tree | e3365e0919520057c66a45c6a1783846073e2a58 | |
parent | b2266104b12bc9a1dfd2677051c202d1f64bdbca (diff) | |
download | php-git-632b054aba9008a502e0fbdc3b92c0eedc110615.tar.gz |
Remove white-space, breaks UnixWare make
-rw-r--r-- | ext/xml/expat/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/expat/Makefile.in b/ext/xml/expat/Makefile.in index f9434e88be..c7daf05c0c 100644 --- a/ext/xml/expat/Makefile.in +++ b/ext/xml/expat/Makefile.in @@ -5,5 +5,5 @@ LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES) LTLIBRARY_SHARED_LIBADD = $(LTLIBRARY_LIBADD) SUBDIRS = xmltok xmlparse - + include $(top_srcdir)/build/dynlib.mk |