Browse Source

clean up whitespace in makefile

Alfred E. Heggestad 17 years ago
parent
commit
befa138d09
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -577,7 +577,7 @@ $(man_prefix)/$(man_dir)/man7:
 
 
 $(man_prefix)/$(man_dir)/man5:
 $(man_prefix)/$(man_dir)/man5:
 		mkdir -p $(man_prefix)/$(man_dir)/man5
 		mkdir -p $(man_prefix)/$(man_dir)/man5
-		
+
 # note: sed with POSIX.1 regex doesn't support |, + or ? (darwin, solaris ...) 
 # note: sed with POSIX.1 regex doesn't support |, + or ? (darwin, solaris ...) 
 install-cfg: $(cfg_prefix)/$(cfg_dir)
 install-cfg: $(cfg_prefix)/$(cfg_dir)
 		sed -e "s#/usr/.*lib/ser/modules/#$(modules-target)#g" \
 		sed -e "s#/usr/.*lib/ser/modules/#$(modules-target)#g" \
@@ -600,7 +600,7 @@ install-cfg: $(cfg_prefix)/$(cfg_dir)
 		# radius dictionary
 		# radius dictionary
 		$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.ser
 		$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.ser
 		$(INSTALL_CFG) etc/dictionary.ser $(cfg_prefix)/$(cfg_dir)
 		$(INSTALL_CFG) etc/dictionary.ser $(cfg_prefix)/$(cfg_dir)
-		
+
 		# TLS configuration
 		# TLS configuration
 		$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/tls.cfg
 		$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/tls.cfg
 		$(INSTALL_CFG) modules/tls/tls.cfg $(cfg_prefix)/$(cfg_dir)
 		$(INSTALL_CFG) modules/tls/tls.cfg $(cfg_prefix)/$(cfg_dir)