From 3d7c527fb16a418c14dd17dcf6b3f17d945faa1a Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 19 Jun 2008 22:36:14 +0000 Subject: Firmware was moved to linux/ . Don't try to install it. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4422 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xpp') diff --git a/xpp/Makefile b/xpp/Makefile index ce02663..c104c52 100644 --- a/xpp/Makefile +++ b/xpp/Makefile @@ -35,10 +35,6 @@ PERL_DIRS := $(shell cd perl_modules; find * -name '[A-Z]*' -type d| xargs) PERL_MODS_PAT := *.pm $(PERL_DIRS:%=%/*.pm) PERL_MODS := $(shell cd perl_modules; echo $(PERL_MODS_PAT)) -XPD_FIRMWARE = $(wildcard ../firmwares/*.hex) -XPD_INIT_DATA = $(XPD_FIRMWARE) -XPD_INIT = $(wildcard ../init_card_?_*) xpp_fxloader - # Variables that should be defined above, but need sane defaults: # FIXME: Are those values really sane? HOSTCC ?= $(CC) @@ -79,8 +75,6 @@ install: all $(INSTALL) -d $(DESTDIR)$(SBINDIR) $(INSTALL) $(PROG_INSTALL) $(DESTDIR)$(SBINDIR)/ $(INSTALL) -d $(DESTDIR)$(DATADIR) - $(INSTALL_DATA) $(XPD_INIT_DATA) $(DESTDIR)$(DATADIR)/ - $(INSTALL) $(XPD_INIT) $(DESTDIR)$(DATADIR)/ $(INSTALL) -d $(DESTDIR)$(MANDIR) $(INSTALL_DATA) $(MAN_INSTALL) $(DESTDIR)$(MANDIR)/ $(INSTALL) -d $(DESTDIR)$(HOTPLUG_USB_DIR) -- cgit v1.2.3