Patch: Typo in makefile

Ed W lists at wildgooses.com
Wed Jun 22 22:48:30 UTC 2011


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)





More information about the uClibc mailing list