build: Drop the gnu-only option Deterministic

Unbreak building on MacOSX and possibly other BSDs.
This commit is contained in:
Luca Barbato 2015-08-29 10:38:10 +02:00
parent ba32d389cd
commit efe5291427

View file

@ -259,7 +259,7 @@ $(PROG): $(MAIN_OBJS) $(STATIC)
$(STATIC): $(OBJS)
$(RM) $@
$(AR) rcD $@ $^
$(AR) rc $@ $^
$(RANLIB) $@
$(LIB) $(DLL) $(DYLIB): $(SHARED_OBJS)