summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0d091d..e9262c6 100644
--- a/Makefile
+++ b/Makefile
@@ -480,7 +480,6 @@ ifneq (no,$(USE_SELINUX))
/sbin/restorecon -v $(DESTDIR)$(LIB_DIR)/$(LTZ_SO)
endif
endif
- $(INSTALL) -D -m 644 tonezone.h $(DESTDIR)$(INC_DIR)/tonezone.h
install-utils-subdirs:
@for dir in $(SUBDIRS_UTILS); do \
@@ -489,6 +488,8 @@ install-utils-subdirs:
install-include:
$(INSTALL) -D -m 644 kernel/zaptel.h $(DESTDIR)$(INC_DIR)/zaptel.h
+ $(INSTALL) -D -m 644 tonezone.h $(DESTDIR)$(INC_DIR)/tonezone.h
+ @rm -rf $(DESTDIR)$(includedir)/dahdi
devices:
ifneq (yes,$(DYNFS))