summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg2011-07-20 09:18:59 +0200
committerAndreas Eversberg2011-07-20 09:18:59 +0200
commitd0698802a02138fe4462afdbf88cb47e3b528a18 (patch)
tree3717fd0bcca200d19b29dce9d788521099f94460
parentMinor fix: remote.c -> remote.cpp in Makefile.am (diff)
downloadlcr-d0698802a02138fe4462afdbf88cb47e3b528a18.tar.gz
lcr-d0698802a02138fe4462afdbf88cb47e3b528a18.tar.xz
lcr-d0698802a02138fe4462afdbf88cb47e3b528a18.zip
Don't try to install default/gsm.conf as it was removed.
Patch by: Janis Signed-off-by: Andreas Eversberg <jolly@eversberg.eu>
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 72ac86f..376b069 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -162,9 +162,6 @@ install-data-hook:
echo "NOTE: routing.conf already exists, not changed." ; else \
cp -v default/routing.conf $(CONFIGdir) ; fi
if ENABLE_GSM
- @if test -a $(CONFIGdir)/gsm.conf ; then \
- echo "NOTE: gsm.conf already exists, not changed." ; else \
- cp -v default/gsm.conf $(CONFIGdir) ; fi
@if test -a $(CONFIGdir)/openbsc.cfg ; then \
echo "NOTE: openbsc.cfg already exists, not changed." ; else \
cp -v default/openbsc.cfg $(CONFIGdir) ; fi