summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSuper User2008-06-04 18:09:43 +0200
committerSuper User2008-06-04 18:09:43 +0200
commitd60dae29f9b68bc51e7bb29cbbb62653f8da5191 (patch)
tree826673115eff64ac316efff965224b9f567c1b6d /Makefile
parentcall instance is created when lcr_call is called, no we can be sure that ast ... (diff)
downloadlcr-d60dae29f9b68bc51e7bb29cbbb62653f8da5191.tar.gz
lcr-d60dae29f9b68bc51e7bb29cbbb62653f8da5191.tar.xz
lcr-d60dae29f9b68bc51e7bb29cbbb62653f8da5191.zip
fixed bad bug in opening bchannel
modified: Makefile modified: bchannel.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1acde7a..53f43c2 100644
--- a/Makefile
+++ b/Makefile
@@ -257,6 +257,7 @@ $(GENEXT): options.o extension.o genext.o
# @exit
install:
+ make
-killall -9 -w -q lcr # the following error must be ignored
cp $(LCR) $(INSTALL_BIN)
cp $(LCRADMIN) $(INSTALL_BIN)