xbps-install: remove dead code.

This commit is contained in:
Juan RP
2013-03-07 11:31:55 +01:00
parent 0a1859987a
commit bb17958212
4 changed files with 18 additions and 66 deletions

View File

@@ -2,8 +2,7 @@ TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-install
OBJS = main.o transaction.o main.o question.o fetch_cb.o state_cb.o
OBJS += unpack_cb.o util.o
OBJS = main.o transaction.o main.o question.o fetch_cb.o state_cb.o util.o
MAN = $(BIN).8
include $(TOPDIR)/mk/prog.mk