<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,7 @@ LUALIB= $(LUA)/lib
 LUABIN= $(LUA)/bin
 
 # no need to change anything below here
-CFLAGS= $(INCS) $(DEFS) $(WARN) -O2
+CFLAGS= $(INCS) $(DEFS) $(WARN) -fPIC -O2
 WARN= -Wall
 INCS= -I$(LUAINC) -I/usr/include/libxml2/
 LIBS= -lxml2
@@ -23,8 +23,5 @@ $(SOS): $(OBJS)
 clean:
 	rm -f $(OBJS) $(SOS) core core.* a.out
 
-doc:
-	lua doc/extract_doc.lua xmlreader.c &gt; doc/xmlreader.html
-
 tar: clean
 	git archive --format=tar --prefix=lua-xmlreader-$(VERSION)/ v$(VERSION) | gzip &gt; lua-xmlreader-$(VERSION).tar.gz</diff>
      <filename>Makefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4d209d58f15c02f3a28b2d0185901dd6b9dd9c35</id>
    </parent>
  </parents>
  <author>
    <name>A.S. Bradbury</name>
    <email>asb@asbradbury.org</email>
  </author>
  <url>http://github.com/asb/lua-xmlreader/commit/8f2342ee31edc9bd39e143f51808a23359a17aaf</url>
  <id>8f2342ee31edc9bd39e143f51808a23359a17aaf</id>
  <committed-date>2008-08-02T10:36:22-07:00</committed-date>
  <authored-date>2008-08-02T10:36:22-07:00</authored-date>
  <message>Remove redundant doc target from Makefile, add -fPIC to CFLAGS</message>
  <tree>97c3a69cb3968dfa4c36797da170507a09d23f1a</tree>
  <committer>
    <name>A.S. Bradbury</name>
    <email>asb@asbradbury.org</email>
  </committer>
</commit>
