Skip to content
Snippets Groups Projects
Commit acedd0b2 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-09-05 12:31:04 by simonmar]

No need to set TMPDIR in BUILD_LIB now.  Perhaps this was a workaround
for the previous bug.
parent f8509999
No related branches found
No related tags found
No related merge requests found
......@@ -380,7 +380,7 @@ SRC_HC_OPTS += -split-objs
define BUILD_LIB
$(RM) $@
TMPDIR=$(TMPDIR); export TMPDIR; ( echo $(STUBOBJS) ; $(FIND) $(patsubst %.$(way_)o,%,$(LIBOBJS)) -name '*.$(way_)o' -print ) | xargs ar q $@
( echo $(STUBOBJS) ; $(FIND) $(patsubst %.$(way_)o,%,$(LIBOBJS)) -name '*.$(way_)o' -print ) | xargs ar q $@
$(RANLIB) $@
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment