Module: sip-router Branch: ser_core_cvs Commit: befa138d0972ba56f05efb3045dd83e95e12ee03 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=befa138d...
Author: Alfred E. Heggestad aeh@db.org Committer: Alfred E. Heggestad aeh@db.org Date: Mon Dec 8 12:26:39 2008 +0000
clean up whitespace in makefile
---
Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile index 676d8c4..b0f5c88 100644 --- a/Makefile +++ b/Makefile @@ -577,7 +577,7 @@ $(man_prefix)/$(man_dir)/man7:
$(man_prefix)/$(man_dir)/man5: mkdir -p $(man_prefix)/$(man_dir)/man5 - + # note: sed with POSIX.1 regex doesn't support |, + or ? (darwin, solaris ...) install-cfg: $(cfg_prefix)/$(cfg_dir) sed -e "s#/usr/.*lib/ser/modules/#$(modules-target)#g" \ @@ -600,7 +600,7 @@ install-cfg: $(cfg_prefix)/$(cfg_dir) # radius dictionary $(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.ser $(INSTALL_CFG) etc/dictionary.ser $(cfg_prefix)/$(cfg_dir) - + # TLS configuration $(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/tls.cfg $(INSTALL_CFG) modules/tls/tls.cfg $(cfg_prefix)/$(cfg_dir)