OSDN Git Service

Fix variable name -- was stuck at the old RPMUNPACK value. Doh!
authorEric Andersen <andersen@codepoet.org>
Wed, 24 Oct 2001 17:37:07 +0000 (17:37 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 24 Oct 2001 17:37:07 +0000 (17:37 -0000)
archival/Makefile

index 66c2d0b..2d5fa2a 100644 (file)
@@ -31,7 +31,7 @@ obj-$(CONFIG_DPKG)            += dpkg.o
 obj-$(CONFIG_DPKG_DEB)         += dpkg_deb.o
 obj-$(CONFIG_GUNZIP)           += gunzip.o
 obj-$(CONFIG_GZIP)             += gzip.o
-obj-$(CONFIG_RPMUNPACK)                += rpm2cpio.o
+obj-$(CONFIG_RPM2CPIO)         += rpm2cpio.o
 obj-$(CONFIG_TAR)              += tar.o