summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-04-26 10:29:29 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-04-26 10:29:29 +0000
commit50bba0fd6d29acf933a2e0327618958e8951a972 (patch)
tree5a98861d5579a90fe597713d55184f81ee98b59f /Makefile
parenteac0cbfa43813b0edd86a4bd490e3bbfaae4f316 (diff)
Remove useless sample file
The sample xpp_order will be generated anyway when running 'dahdi_genconf xpporder' (see xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm) . No need to clutter the main DAHDI installation with it. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6492 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d30fade..172d184 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,6 @@ endif
RCCONF_FILE = /etc/dahdi/init.conf
MODULES_FILE = /etc/dahdi/modules
GENCONF_FILE = /etc/dahdi/genconf_parameters
-XPP_ORDER_FILE = /etc/dahdi/xpp_order
MODPROBE_FILE = /etc/modprobe.d/dahdi
BLACKLIST_FILE = /etc/modprobe.d/dahdi.blacklist
@@ -281,9 +280,6 @@ endif
ifeq (,$(wildcard $(DESTDIR)$(GENCONF_FILE)))
$(INSTALL) -D -m 644 xpp/genconf_parameters $(DESTDIR)$(GENCONF_FILE)
endif
-ifeq (,$(wildcard $(DESTDIR)$(XPP_ORDER_FILE)))
- $(INSTALL) -D -m 644 xpp/xpp_order $(DESTDIR)$(XPP_ORDER_FILE)
-endif
ifeq (,$(wildcard $(DESTDIR)$(MODPROBE_FILE)))
$(INSTALL) -D -m 644 modprobe.conf.sample $(DESTDIR)$(MODPROBE_FILE)
endif