diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-08-25 15:00:43 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-08-25 15:00:43 (GMT) |
commit | e42592bb78957c8da76076bde80acf03fa32a0e5 (patch) | |
tree | 6c5a518d4f6935af6e1a0f90b1ef9a2b2cd6699b /Makefile | |
parent | 031ee4d1976d6d708fe613208048f00607496ec3 (diff) | |
download | mxe-e42592bb78957c8da76076bde80acf03fa32a0e5.zip mxe-e42592bb78957c8da76076bde80acf03fa32a0e5.tar.gz mxe-e42592bb78957c8da76076bde80acf03fa32a0e5.tar.bz2 |
Makefile: remove extraneous backslash
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |