diff options
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 02823aa..f390b24 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -310,7 +310,7 @@ ld3: ld2 bootstrap: ld3 cmp ld2 ld3 -cdtest: cdtest-main.o cdtest-func.o cdtest-foo.o +cdtest: cdtest-main.o cdtest-func.o cdtest-foo.o ld.new $(HOSTING_EMU); ./ld.new -o cdtest $(HOSTING_CRT0) \ cdtest-main.o cdtest-func.o cdtest-foo.o $(HOSTING_LIBS) |