rse         98/03/25 03:40:46

  Modified:    src      Makefile.tmpl
  Log:
  Remove just some not needed whitespaces I've seen...
  
  Revision  Changes    Path
  1.86      +3 -3      apache-1.3/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Makefile.tmpl,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -r1.85 -r1.86
  --- Makefile.tmpl     1998/03/17 15:42:24     1.85
  +++ Makefile.tmpl     1998/03/25 11:40:46     1.86
  @@ -23,7 +23,7 @@
        @echo "If not, you will at least have to touch @@Configuration@@."
        @false
   
  -$(TARGET):  subdirs modules.o
  +$(TARGET): subdirs modules.o
        $(CC) -c $(INCLUDES) $(CFLAGS) $(SPACER) buildmark.c
        $(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SHLIB_EXPORT) -o $(TARGET) 
buildmark.o $(OBJS) $(REGLIB) $(LIBS)
   
  @@ -67,7 +67,7 @@
   # httpd binary with all modules built in and then updates the
   # $(INCDIR)/hide.h file according to the exported symbols of this
   # binary. So run this target once after a new function was added
  -# to the source. But never trust this operation. You really 
  +# to the source. But never trust this operation. You really
   # have to review the changes manually afterwards.
   updatehide:
        cat Configuration.tmpl |\
  @@ -77,7 +77,7 @@
        ./Configure -file Configuration.for-hide
        $(MAKE) clean httpd
        ./helpers/UpdateHide httpd $(INCDIR)/hide.h `helpers/GuessOS`
  -     $(MAKE) clean 
  +     $(MAKE) clean
        rm -f Configuration.for-hide
   
   #Dependencies
  
  
  

Reply via email to