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
commitd1e07d2b72bd0252996932f1e0ce74823b25db24 (patch)
tree280989056f11846189adf5e354f56d8a305b82e0 /Makefile
parent3bb885486984d46a72dcb8717aa504e18ceb0c5b (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