summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-07-30 15:14:58 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-07-30 15:14:58 +0000
commit8332edfed6ea86dc1719f7eba1a4e0b926b4cb0f (patch)
tree644c6921deb87050b4107c8e972250da7bc64ba5 /Makefile
parent75bcb0538b86756cbbfb203eb42e3932ad2d6bb5 (diff)
Delete Zaptel header directory on 'make install' and remove extraneous file from
.PHONY git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4636 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6ddccc..57e3a3b 100644
--- a/Makefile
+++ b/Makefile
@@ -123,6 +123,8 @@ install-include:
install -D -m 644 include/dahdi/fasthdlc.h $(DESTDIR)/usr/include/dahdi/fasthdlc.h
# Include any driver-specific header files here
install -D -m 644 include/dahdi/wctdm_user.h $(DESTDIR)/usr/include/dahdi/wctdm_user.h
+ -@rm -f $(DESTDIR)/usr/include/zaptel/*.h
+ -@rmdir $(DESTDIR)/usr/include/zaptel
uninstall-include:
rm -f $(DESTDIR)/usr/include/dahdi/kernel.h
@@ -223,4 +225,4 @@ firmware-download:
test:
./test-script $(DESTDIR)/lib/modules/$(KVERS) dahdi
-.PHONY: distclean dist-clean clean version.h all install devices modules stackcheck install-udev update install-modules install-include uninstall-modules firmware-download
+.PHONY: distclean dist-clean clean all install devices modules stackcheck install-udev update install-modules install-include uninstall-modules firmware-download