Hi, please commit the following trivial patch. I think a variable was
missed when updating a makefile?
(What's the problem? As it stands it tries to delete files in /)
Thanks
Ed W
--- libubacktrace/Makefile.in.orig 2011-06-22 23:37:18.000000000 +0100
+++ libubacktrace/Makefile.in 2011-06-22 23:37:37.000000000 +0100
@@ -72,4 +72,4 @@
CLEAN_libubacktrace:
$(do_rm) $(addprefix $(libubacktrace_OUT)/*., o os oS a) \
- $(addprefix $(libubacktrace_ARCH_OUT)/*., o os oS a)
+ $(addprefix $(libubacktrace_OUT)/*., o os oS a)
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc