Fix link option order.

This commit is contained in:
Michael R Sweet 2006-09-11 00:29:01 +00:00
parent 4dd2f6d0e2
commit 10d3ab47d7
2 changed files with 422 additions and 219 deletions

View File

@ -306,7 +306,7 @@ libmxml.1.dylib: $(LIBOBJS)
#
mxmldoc: $(LIBMXML) mxmldoc.o
$(CC) $(LDFLAGS) -o $@ mxmldoc.o -L. -lmxml
$(CC) -L. $(LDFLAGS) -o $@ mxmldoc.o -lmxml
mxmldoc-static: libmxml.a mxmldoc.o
$(CC) $(LDFLAGS) -o $@ mxmldoc.o libmxml.a

639
configure vendored

File diff suppressed because it is too large Load Diff