diff options
Diffstat (limited to 'ext/xml/expat/xmlparse/Makefile.in')
-rw-r--r-- | ext/xml/expat/xmlparse/Makefile.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/xml/expat/xmlparse/Makefile.in b/ext/xml/expat/xmlparse/Makefile.in index 9e405bbe03..5275652913 100644 --- a/ext/xml/expat/xmlparse/Makefile.in +++ b/ext/xml/expat/xmlparse/Makefile.in @@ -1,12 +1,7 @@ -DEPTH = ../../../.. -topsrcdir = @topsrcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - LTLIBRARY_NAME = libexpat_parse.la LTLIBRARY_SOURCES = xmlparse.c hashtable.c EXTRA_INCLUDES = -I$(srcdir)/../xmltok -include $(topsrcdir)/build/ltlib.mk +include $(top_srcdir)/build/ltlib.mk |