Skip to content

Commit

Permalink
Fix GECKO_OBJ_DIR for gonk-ics
Browse files Browse the repository at this point in the history
  • Loading branch information
shianyow committed Apr 30, 2012
1 parent 0c8a889 commit c7af523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ ifeq (glue/gonk,$(GONK_BASE))
GECKO_OBJDIR ?= $(GECKO_PATH)/objdir-prof-gonk
MOZCONFIG = $(abspath config/gecko-prof-gonk)
else
GECKO_OBJDIR ?= $(abspath objdir-gecko)
GECKO_OBJDIR ?= $(GECKO_PATH)/objdir-prof-gonk
MOZCONFIG = $(abspath glue/gonk-ics/gonk-misc/default-gecko-config)
endif

Expand Down

0 comments on commit c7af523

Please sign in to comment.