summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2008-08-25 17:50:48 +0000
committerJason Parker <jparker@digium.com>2008-08-25 17:50:48 +0000
commit965c40751e2c1b86c61c0114e2e6773ed87e6a18 (patch)
tree280989056f11846189adf5e354f56d8a305b82e0 /Makefile
parentfe801c74e9f3eb454c12335e49969386ba6a0ed3 (diff)
Make sure we remove headers that we installed in install-include
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4828 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2c752a8..1438482 100644
--- a/Makefile
+++ b/Makefile
@@ -134,6 +134,7 @@ install-include:
uninstall-include:
rm -f $(DESTDIR)/usr/include/dahdi/kernel.h
rm -f $(DESTDIR)/usr/include/dahdi/user.h
+ rm -f $(DESTDIR)/usr/include/dahdi/fasthdlc.h
# Include any driver-specific header files here
rm -f $(DESTDIR)/usr/include/dahdi/wctdm_user.h
-rmdir $(DESTDIR)/usr/include/dahdi