xbps-reconfigure: avoid xbps-install/state_cb.c dependency.

This commit is contained in:
Juan RP
2012-11-03 09:43:28 +01:00
parent 0fbe845e32
commit d61e12d75e
2 changed files with 33 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-reconfigure
OBJS = main.o ../xbps-install/state_cb.o
OBJS = main.o
#MAN = $(BIN).8
include $(TOPDIR)/mk/prog.mk