summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-29 08:03:36 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-29 08:03:36 +0000
commit90ed187ceed2cb63c3426fb08cc93090ea61af8a (patch)
tree88900527570d868f74052135f70027de86368b0a /Makefile
parenteaf04219d025fc66d403e0750ad05f70a2742317 (diff)
merge torisa.h into zaptel.h
remove any installed copies of torisa.h during 'make install' git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1197 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5cfc270..49c643d 100644
--- a/Makefile
+++ b/Makefile
@@ -201,8 +201,6 @@ tor2.o: tor2-hw.h tor2fw.h
zaptel.o: digits.h arith.h sec.h mec.h sec-2.h mec2.h mec3.h zconfig.h
-torisa.o: torisa.h
-
wcusb.o: wcusb.h
wcfxsusb.o: wcfxsusb.h
@@ -388,9 +386,9 @@ endif
$(INSTALL_PREFIX)/usr/lib/$(LIBTONEZONE_SO)
if [ -x /usr/sbin/sestatus ] && (/usr/sbin/sestatus | grep "SELinux status:" | grep -q "enabled") ; then restorecon -v $(INSTALL_PREFIX)/usr/lib/$(LIBTONEZONE_SO); fi
$(INSTALL) -D -m 644 zaptel.h $(INSTALL_PREFIX)/usr/include/zaptel.h
- $(INSTALL) -D -m 644 torisa.h $(INSTALL_PREFIX)/usr/include/torisa.h
rm -f $(INSTALL_PREFIX)/usr/include/linux/zaptel.h
rm -f $(INSTALL_PREFIX)/usr/include/linux/torisa.h
+ rm -f $(INSTALL_PREFIX)/usr/include/torisa.h
$(INSTALL) -D -m 644 tonezone.h $(INSTALL_PREFIX)/usr/include/tonezone.h
$(INSTALL) -m 644 doc/ztcfg.8 $(INSTALL_PREFIX)/usr/share/man/man8
$(INSTALL) -m 644 doc/zttool.8 $(INSTALL_PREFIX)/usr/share/man/man8