Adding a "; else true" to work around broken shell under QNX4 for the

Neutrino cross-compile.
Bug  r=Dale.Stansberry@Nexwarecorp.com
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 1999-10-11 14:41:25 +00:00
parent 338a784b77
commit 6f32546fc6

View File

@ -588,7 +588,7 @@ endif
$(LIBRARY): $(LIBRARY)($(OBJS) $(LOBJS)) $(LIBRARY:%.a=.%.timestamp) Makefile.in Makefile
@touch $(LIBRARY:%.a=.%.timestamp)
$(AR) $(AR_FLAGS) $(filter $filter(%.o, $^), $(shell echo *.o))
if [ "${AR_FILES_TO_REMOVE}" != "" ]; then $(AR_DELETE) $(LIBRARY) $(AR_FILES_TO_REMOVE); fi
if [ "${AR_FILES_TO_REMOVE}" != "" ]; then $(AR_DELETE) $(LIBRARY) $(AR_FILES_TO_REMOVE); else true; fi
@touch $@
else