search for: c5784be

Displaying 1 result from an estimated 1 matches for "c5784be".

Did you mean: 15784ba
2015 Feb 10
1
Missing make dependencies?
...com32/samples/hello.c32 and com32/rosh/rosh.c32. I'm not a make expert, but I think it's due to missing dependencies. This patch seems to fix my failures, but I'm wondering (if my analysis is correct) if there are a few more missing. diff --git a/com32/Makefile b/com32/Makefile index c5784be..b18414f 100644 --- a/com32/Makefile +++ b/com32/Makefile @@ -18,6 +18,6 @@ gfxboot: lib libutil gpllib hdt: lib libupload cmenu gpllib libutil lua/src: cmenu modules modules: lib libutil gpllib -rosh: lib libutil -samples: libutil elflink/ldlinux +rosh: lib libutil gpllib +samples: libutil elfl...