You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2004/01/19 21:37:47 UTC

cvs commit: httpd-2.0/build special.mk

jorton      2004/01/19 12:37:47

  Modified:    build    special.mk
  Log:
  * build/special.mk (install-modules): Remove redundant semi-colon.
  
  Revision  Changes    Path
  1.23      +1 -1      httpd-2.0/build/special.mk
  
  Index: special.mk
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/special.mk,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -b -d -u -r1.22 -r1.23
  --- special.mk	1 Jan 2004 13:26:16 -0000	1.22
  +++ special.mk	19 Jan 2004 20:37:47 -0000	1.23
  @@ -62,7 +62,7 @@
   INSTALL_TARGETS = install-modules
   
   install-modules:
  -	@test -d $(DESTDIR)$(libexecdir) || $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir);
  +	@test -d $(DESTDIR)$(libexecdir) || $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir)
   	@builtin='$(BUILTIN_LIBS)'; \
   	has_mod_so=`echo $$builtin|sed 's/^.*mod_so.*$$/has_mod_so/'`; \
   	if [ "x$$has_mod_so" = "xhas_mod_so" ]; then \