From 0f00a726462066b3de43a2f5eed684e63f507afc Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 22 Apr 2010 09:55:13 +0000 Subject: astribank_is_starting does not depend on libusb. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8547 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/xpp/Makefile b/xpp/Makefile index a501084..38b5956 100644 --- a/xpp/Makefile +++ b/xpp/Makefile @@ -58,17 +58,16 @@ ABHEXLOAD_OBJS = astribank_hexload.o hexfile.o pic_loader.o astribank_usb.o mpp ABTOOL_OBJS = astribank_tool.o astribank_usb.o mpp_funcs.o debug.o ABALLOW_OBJS = astribank_allow.o astribank_usb.o mpp_funcs.o debug.o -TARGETS = .perlcheck -PROG_INSTALL = +TARGETS = .perlcheck astribank_is_starting +PROG_INSTALL = astribank_is_starting MAN_INSTALL = $(PROG_INSTALL:%=%.8) ifeq (1,$(PBX_USB)) TARGETS += fpga_load \ astribank_tool \ astribank_hexload \ astribank_allow \ - astribank_is_starting \ test_parse -PROG_INSTALL += fpga_load astribank_tool astribank_hexload astribank_allow astribank_is_starting +PROG_INSTALL += fpga_load astribank_tool astribank_hexload astribank_allow endif ifneq (,$(PERLLIBDIR)) PROG_INSTALL += $(PERL_SCRIPTS) -- cgit v1.2.3