mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
*sigh*. VPATH is seeing the old .o in unix for the non-objdir builds that recently ran so we need to remove it.
This commit is contained in:
parent
7c1858cd9a
commit
80e45df094
@ -52,3 +52,7 @@ override NO_STATIC_LIB=
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
# tmp fix for vpath changes
|
||||
export::
|
||||
$(RM) -f unix/*.o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user