From 99702ab221f3428716cf5ae2bebbccc3029e1398 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 24 Oct 2001 17:37:07 +0000 Subject: Fix variable name -- was stuck at the old RPMUNPACK value. Doh! --- archival/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/Makefile') 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 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 -- cgit v1.2.3