projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b78d9b5
)
Fix variable name -- was stuck at the old RPMUNPACK value. Doh!
author
Eric Andersen
<andersen@codepoet.org>
Wed, 24 Oct 2001 17:37:07 +0000
(17:37 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 24 Oct 2001 17:37:07 +0000
(17:37 -0000)
archival/Makefile
patch
|
blob
|
history
diff --git
a/archival/Makefile
b/archival/Makefile
index
66c2d0b
..
2d5fa2a
100644
(file)
--- 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_RPM
UNPACK)
+= rpm2cpio.o
+obj-$(CONFIG_RPM
2CPIO)
+= rpm2cpio.o
obj-$(CONFIG_TAR) += tar.o