Skip to content

Commit

Permalink
recompile servo when modifying the user-agent style sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Louis Aublin committed Jun 21, 2014
1 parent ab711fc commit f4bb2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -276,7 +276,7 @@ DEPS_style = $(CRATE_style) $(SRC_style) $(DONE_SUBMODULES) $(DONE_util) $(DONE_

RFLAGS_servo = $(strip $(CFG_RUSTC_FLAGS)) $(addprefix -L $(B)src/,$(DEPS_SUBMODULES)) -L $(B)src/components/gfx -L $(B)src/components/util -L $(B)src/components/net -L $(B)src/components/script -L $(B)src/components/style -L $(B)src/components/msg -L$(B)src/components/macros

SRC_servo = $(call rwildcard,$(S)src/components/main/,*.rs)
SRC_servo = $(call rwildcard,$(S)src/components/main/,*.rs) $(S)src/components/main/css/user-agent.css
CRATE_servo = $(S)src/components/main/servo.rs

DEPS_servo = $(CRATE_servo) $(SRC_servo) $(DONE_SUBMODULES) $(DONE_util) $(DONE_gfx) $(DONE_script) $(DONE_net) $(DONE_msg) $(DONE_style) $(DONE_macros)
Expand Down

0 comments on commit f4bb2e3

Please sign in to comment.