the object files for EF are put in $(DIST)/modules/EF/ now. track this change.
git-svn-id: svn://10.0.0.236/trunk@16126 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -26,7 +26,7 @@ LIBRARIES = DisassembleX86 DebuggerChannel $(NULL)
|
||||
|
||||
include $(DEPTH)/config/config.mk
|
||||
|
||||
OBJS = $(wildcard $(DEPTH)/$(OBJDIR)/EF/*$(OBJ_SUFFIX))
|
||||
OBJS = $(wildcard $(DIST)/modules/EF/*$(OBJ_SUFFIX))
|
||||
LDFLAGS += $(NSPR_LIBS)
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
|
||||
Reference in New Issue
Block a user