Change AR to ARX to allow exclusion of fips object modules
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user