Change AR to ARX to allow exclusion of fips object modules

This commit is contained in:
Dr. Stephen Henson
2011-01-26 16:08:08 +00:00
parent 5ca9cb7cbd
commit df6de39fe7
50 changed files with 50 additions and 50 deletions

View File

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