Simplify static build

This commit is contained in:
Howard Chu 2005-05-07 23:14:57 +00:00
parent d9d839dfd7
commit f597e7651b

View file

@ -97,12 +97,9 @@ MKDEPFLAG = -l
.SUFFIXES: .c .o .lo
.c.o:
$(LTCOMPILE_LIB) $<
.c.lo:
$(LTCOMPILE_MOD) $<
$(LIBRARY): version.lo
$(LTLINK_LIB) -o $@ $(OBJS) version.lo
$(AR) rs $@ $(OBJS)