summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-08-25 15:00:43 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-08-25 15:00:43 (GMT)
commite42592bb78957c8da76076bde80acf03fa32a0e5 (patch)
tree6c5a518d4f6935af6e1a0f90b1ef9a2b2cd6699b /Makefile
parent031ee4d1976d6d708fe613208048f00607496ec3 (diff)
downloadmxe-e42592bb78957c8da76076bde80acf03fa32a0e5.zip
mxe-e42592bb78957c8da76076bde80acf03fa32a0e5.tar.gz
mxe-e42592bb78957c8da76076bde80acf03fa32a0e5.tar.bz2
Makefile: remove extraneous backslash
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 508d1cf..3398afc 100644
--- a/Makefile
+++ b/Makefile
@@ -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