[svn-commits] tzafrir: tools/trunk r8547 - /tools/trunk/xpp/Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Apr 22 04:55:15 CDT 2010
Author: tzafrir
Date: Thu Apr 22 04:55:13 2010
New Revision: 8547
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8547
Log:
astribank_is_starting does not depend on libusb.
Modified:
tools/trunk/xpp/Makefile
Modified: tools/trunk/xpp/Makefile
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/xpp/Makefile?view=diff&rev=8547&r1=8546&r2=8547
==============================================================================
--- tools/trunk/xpp/Makefile (original)
+++ tools/trunk/xpp/Makefile Thu Apr 22 04:55:13 2010
@@ -58,17 +58,16 @@
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)
More information about the svn-commits
mailing list