[Expat-checkins] expat Makefile.in,1.39,1.40
Fred L. Drake
fdrake@users.sourceforge.net
Wed, 04 Sep 2002 18:58:29 -0700
Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv26733
Modified Files:
Makefile.in
Log Message:
Use the FASTCALL macro for many of the internal functions.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/Makefile.in,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Makefile.in 3 Sep 2002 23:19:30 -0000 1.39
+++ Makefile.in 5 Sep 2002 01:58:26 -0000 1.40
@@ -116,10 +116,10 @@
$(LINK_LIB) $(LIB_OBJS)
lib/xmlparse.lo: lib/xmlparse.c lib/expat.h lib/xmlrole.h lib/xmltok.h \
- $(top_builddir)/expat_config.h
+ $(top_builddir)/expat_config.h lib/internal.h
lib/xmlrole.lo: lib/xmlrole.c lib/ascii.h lib/xmlrole.h \
- $(top_builddir)/expat_config.h
+ $(top_builddir)/expat_config.h lib/internal.h
lib/xmltok.lo: lib/xmltok.c lib/xmltok_impl.c lib/xmltok_ns.c \
lib/ascii.h lib/asciitab.h lib/iasciitab.h lib/latin1tab.h \