From 6329a1dab946e0d77229a745671d15d887b21e58 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Mon, 17 Aug 2009 19:31:54 +0000 Subject: 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 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3