You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@hyperreal.org on 1997/10/15 22:30:03 UTC

cvs commit: apachen/src Makefile.tmpl

jim         97/10/15 13:30:03

  Modified:    src      Makefile.tmpl
  Log:
  Pass  to the link stage
  
  Revision  Changes    Path
  1.69      +1 -1      apachen/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/Makefile.tmpl,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- Makefile.tmpl	1997/10/07 19:53:21	1.68
  +++ Makefile.tmpl	1997/10/15 20:30:02	1.69
  @@ -30,7 +30,7 @@
   	rm -f buildmark.c
   	echo 'const char SERVER_BUILT[] = "'`date`'";' > buildmark.c
   	$(CC) -c $(CFLAGS) buildmark.c
  -	$(CC) $(LDFLAGS)  -o httpd buildmark.o $(OBJS) $(REGLIB) $(LIBS)
  +	$(CC) $(CFLAGS) $(LDFLAGS)  -o httpd buildmark.o $(OBJS) $(REGLIB) $(LIBS)
   
   subdirs:
   	for i in $(SUBDIRS); do \