summaryrefslogtreecommitdiff
path: root/n/avr/make/Makefile.host
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/make/Makefile.host')
-rw-r--r--n/avr/make/Makefile.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/n/avr/make/Makefile.host b/n/avr/make/Makefile.host
index c50c83b..9b3c8ce 100644
--- a/n/avr/make/Makefile.host
+++ b/n/avr/make/Makefile.host
@@ -33,7 +33,7 @@ $(HOST_EXES):
$(HOST_LINK.o) $^ $(HOST_LDLIBS) -o $@
%.host.o: %.c
- $(HOST_COMPILE.c) -o $@ $^
+ $(HOST_COMPILE.c) -o $@ $<
# Dependency checking.
-include $(HOST_OBJECTS:%.host.o=%.host.d)