mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-18 04:44:17 +00:00
Adding a "; else true" to work around broken shell under QNX4 for the
Neutrino cross-compile. Bug #16049 r=Dale.Stansberry@Nexwarecorp.com
This commit is contained in:
parent
338a784b77
commit
6f32546fc6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user