Makefile: remove extraneous backslash

This commit is contained in:
Tony Theodore 2013-08-26 01:00:43 +10:00
parent 031ee4d197
commit e42592bb78
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ show-downstream-deps-%:
@echo -n
show-upstream-deps-%:
$(call SET_CLEAR,PKGS_VISITED)\
$(call SET_CLEAR,PKGS_VISITED)
$(info $(call WALK_UPSTREAM,$*))
@echo -n