revert Makefile change

This commit is contained in:
Dr. Stephen Henson 2011-01-25 12:15:10 +00:00
parent 7d05edd12e
commit 6e0375d504

View file

@ -38,7 +38,7 @@ top:
all: lib
lib: $(LIBOBJ)
$(ARX) $(LIB) $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib