summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-08-17 19:31:54 +0000
committerSean Bright <sean@malleable.com>2009-08-17 19:31:54 +0000
commit5da287cb2dbeac2fdcd6e3a3e408f3f32ca710ca (patch)
tree985e5853d981f0e5a65ac38676c0874eb0e9b677 /Makefile
parent0bc869532a7e42b10990d7eb4e29786a712c7ab1 (diff)
Silence spurious warnings when trying to remove Zaptel directories during install.
(closes issue #15479) Reported by: pprindeville Patches: dahdi-linux-rm.patch uploaded by pprindeville (license 347) git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7027 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6986e38..24b2944 100644
--- a/Makefile
+++ b/Makefile
@@ -130,8 +130,7 @@ install-include:
for hdr in $(INST_HEADERS); do \
install -D -m 644 include/dahdi/$$hdr $(DESTDIR)/usr/include/dahdi/$$hdr; \
done
- -@rm -f $(DESTDIR)/usr/include/zaptel/*.h
- -@rmdir $(DESTDIR)/usr/include/zaptel
+ @rm -rf $(DESTDIR)/usr/include/zaptel
uninstall-include:
for hdr in $(INST_HEADERS); do \