Patch from Felipe Kellermann, fix endless loop when first > last and
[oweals/busybox.git] / archival / Makefile.in
index c53171eea9287eba934c6627c7b6a2b5891761ce..1673662f9e56cd44c95ba96f9cb3432da08f1abb 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org>
+# Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -23,6 +23,7 @@ ARCHIVAL_DIR:=$(TOPDIR)archival/
 endif
 
 ARCHIVAL-y:=
+ARCHIVAL-$(CONFIG_APT_GET)     +=
 ARCHIVAL-$(CONFIG_AR)          += ar.o
 ARCHIVAL-$(CONFIG_BUNZIP2)     += bunzip2.o
 ARCHIVAL-$(CONFIG_CPIO)                += cpio.o
@@ -31,7 +32,9 @@ ARCHIVAL-$(CONFIG_DPKG_DEB)   += dpkg_deb.o
 ARCHIVAL-$(CONFIG_GUNZIP)      += gunzip.o
 ARCHIVAL-$(CONFIG_GZIP)                += gzip.o
 ARCHIVAL-$(CONFIG_RPM2CPIO)    += rpm2cpio.o
+ARCHIVAL-$(CONFIG_RPM)         += rpm.o
 ARCHIVAL-$(CONFIG_TAR)         += tar.o
+ARCHIVAL-$(CONFIG_UNCOMPRESS)  += uncompress.o
 ARCHIVAL-$(CONFIG_UNZIP)       += unzip.o
 
 libraries-y+=$(ARCHIVAL_DIR)$(ARCHIVAL_AR)