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:
toshok%hungry.com
1998-12-10 08:04:55 +00:00
parent 1988f8da64
commit 3968183322

View File

@@ -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