aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-24 17:37:07 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-24 17:37:07 +0000
commit99702ab221f3428716cf5ae2bebbccc3029e1398 (patch)
tree7153658da65a7747566dd05c86f8f4788fa234ec
parentb78d9b56eb0fe4ba8b347f12848ab4154805f4c5 (diff)
downloadbusybox-w32-99702ab221f3428716cf5ae2bebbccc3029e1398.tar.gz
busybox-w32-99702ab221f3428716cf5ae2bebbccc3029e1398.tar.bz2
busybox-w32-99702ab221f3428716cf5ae2bebbccc3029e1398.zip
Fix variable name -- was stuck at the old RPMUNPACK value. Doh!
-rw-r--r--archival/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/Makefile b/archival/Makefile
index 66c2d0b6b..2d5fa2a64 100644
--- a/archival/Makefile
+++ b/archival/Makefile
@@ -31,7 +31,7 @@ obj-$(CONFIG_DPKG) += dpkg.o
31obj-$(CONFIG_DPKG_DEB) += dpkg_deb.o 31obj-$(CONFIG_DPKG_DEB) += dpkg_deb.o
32obj-$(CONFIG_GUNZIP) += gunzip.o 32obj-$(CONFIG_GUNZIP) += gunzip.o
33obj-$(CONFIG_GZIP) += gzip.o 33obj-$(CONFIG_GZIP) += gzip.o
34obj-$(CONFIG_RPMUNPACK) += rpm2cpio.o 34obj-$(CONFIG_RPM2CPIO) += rpm2cpio.o
35obj-$(CONFIG_TAR) += tar.o 35obj-$(CONFIG_TAR) += tar.o
36 36
37 37