summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2009-08-17 19:31:54 +0000
committerSean Bright <sean.bright@gmail.com>2009-08-17 19:31:54 +0000
commit6329a1dab946e0d77229a745671d15d887b21e58 (patch)
tree985e5853d981f0e5a65ac38676c0874eb0e9b677 /Makefile
parentaeb320a37fbbfcf9c49eea4953b1d346c34aa70c (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 \