Skip to content

Commit

Permalink
Corregir error de dependencias en webif (gracias a rubensa por inform…
Browse files Browse the repository at this point in the history
…ar del error)
  • Loading branch information
bittor7x0 committed Apr 3, 2013
1 parent d9dcada commit 63f85a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolchain/make-incs/webif.mk
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $(STAGEFILES_DIR)/.webapp_downloaded: $(TC_INIT_RULE)
#
# copy webapp
#
$(STAGEFILES_DIR)/.webif_copied: $(STAGEFILES_DIR)/.webapp_downloaded
$(STAGEFILES_DIR)/.webif_copied: $(STAGEFILES_DIR)/.webapp_downloaded $$(WEBIF_DEPS)
-$(RM) -rf $(WEBIF_BUILD_DIR)
$(MKDIR) -p $(WEBIF_BUILD_DIR)
$(CP) -RPp $(WEBIF_DIR)/* $(WEBIF_BUILD_DIR)
Expand All @@ -90,7 +90,7 @@ endif
#
# compile webif
#
$(STAGEFILES_DIR)/.webif_compiled: $(STAGEFILES_DIR)/.webif_copied $$(WEBIF_DEPS)
$(STAGEFILES_DIR)/.webif_compiled: $(STAGEFILES_DIR)/.webif_copied
$(ECHO) \# gcc is in $(PREFIX_BIN) > $(WEBIF_TC_FILE)
$(ECHO) CC = $(UCLIBC_CC) $(UCLIBC_CFLAGS_SIZE) -flto >> $(WEBIF_TC_FILE)
$(ECHO) CXX = $(UCLIBC_CXX) $(UCLIBC_CXXFLAGS_SIZE) -flto >> $(WEBIF_TC_FILE)
Expand Down

0 comments on commit 63f85a2

Please sign in to comment.