aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.host
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-24 02:18:03 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-24 02:18:03 +0000
commitc693840fe81e59a308e0c6e3d2bafae728d1caff (patch)
tree10924edda7796e5242e460364c2f3587f2841c0f /scripts/Makefile.host
parent42cc304e9084843ad6b153afaf4b3f6c6528c364 (diff)
downloadbusybox-w32-c693840fe81e59a308e0c6e3d2bafae728d1caff.tar.gz
busybox-w32-c693840fe81e59a308e0c6e3d2bafae728d1caff.tar.bz2
busybox-w32-c693840fe81e59a308e0c6e3d2bafae728d1caff.zip
*: whitespace fixes, no code changes
Diffstat (limited to 'scripts/Makefile.host')
-rw-r--r--scripts/Makefile.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.host b/scripts/Makefile.host
index 763e2f2d7..23bd9ff10 100644
--- a/scripts/Makefile.host
+++ b/scripts/Makefile.host
@@ -99,7 +99,7 @@ hostcxx_flags = -Wp,-MD,$(depfile) $(__hostcxx_flags)
99# host-csingle -> Executable 99# host-csingle -> Executable
100quiet_cmd_host-csingle = HOSTCC $@ 100quiet_cmd_host-csingle = HOSTCC $@
101 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \ 101 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
102 $(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F)) 102 $(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F))
103$(host-csingle): %: %.c FORCE 103$(host-csingle): %: %.c FORCE
104 $(call if_changed_dep,host-csingle) 104 $(call if_changed_dep,host-csingle)
105 105