Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7221
b: refs/heads/master
c: e0af0d8
h: refs/heads/master
i:
  7219: f1e4efb
v: v3
  • Loading branch information
Matthias Urlichs authored and Sam Ravnborg committed Jul 13, 2005
1 parent 7414142 commit baa6f8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0674e88d9c150e016a69e78e735f48772314c53
refs/heads/master: e0af0d85f55ea800a2e38bf782d68b83e9942611
3 changes: 2 additions & 1 deletion trunk/scripts/Makefile.host
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ hostcxx_flags = -Wp,-MD,$(depfile) $(__hostcxx_flags)
# Create executable from a single .c file
# host-csingle -> Executable
quiet_cmd_host-csingle = HOSTCC $@
cmd_host-csingle = $(HOSTCC) $(hostc_flags) $(HOST_LOADLIBES) -o $@ $<
cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
$(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F))
$(host-csingle): %: %.c FORCE
$(call if_changed_dep,host-csingle)

Expand Down

0 comments on commit baa6f8b

Please sign in to comment.