[uClibc] [busybox PATCH] makefile typo

Jun Sun jsun at junsun.net
Thu Oct 30 23:04:22 UTC 2003


Is this the right mailing list for busybox patches?

Jun
-------------- next part --------------
diff -Nru buildroot/build_mipsel/busybox/archival/libunarchive/Makefile.in.orig buildroot/build_mipsel/busybox/archival/libunarchive/Makefile.in
--- buildroot/build_mipsel/busybox/archival/libunarchive/Makefile.in.orig	2003-10-28 02:44:58.000000000 -0800
+++ buildroot/build_mipsel/busybox/archival/libunarchive/Makefile.in	2003-10-29 16:46:42.000000000 -0800
@@ -70,7 +70,7 @@
 LIBUNARCHIVE-$(CONFIG_RPM2CPIO) += $(GUNZIP_FILES) get_header_cpio.o 
 LIBUNARCHIVE-$(CONFIG_RPM) += $(GUNZIP_FILES) get_header_cpio.o
 LIBUNARCHIVE-$(CONFIG_TAR) += get_header_tar.o
-LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_BZ2) += get_header_tar_bz2.o
+LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_BZIP2) += get_header_tar_bz2.o
 LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_GZIP) += $(GUNZIP_FILES) get_header_tar_gz.o
 LIBUNARCHIVE-$(CONFIG_UNCOMPRESS) += uncompress.o
 LIBUNARCHIVE-$(CONFIG_UNZIP) += $(GUNZIP_FILES)


More information about the uClibc mailing list