From c8af15a62a2c5edb9ff1f160cc68f4ed63c61511 Mon Sep 17 00:00:00 2001 From: schodet Date: Mon, 27 Jun 2005 22:38:53 +0000 Subject: Fix. --- n/avr/make/Makefile.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'n/avr/make/Makefile.host') 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) -- cgit v1.2.3