jorton      2004/02/06 03:10:47

  Modified:    .        Makefile.in
  Log:
  * Makefile.in: Use portable make syntax.
  
  Revision  Changes    Path
  1.80      +2 -2      apr-util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/Makefile.in,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -b -d -u -r1.79 -r1.80
  --- Makefile.in       5 Feb 2004 10:16:25 -0000       1.79
  +++ Makefile.in       6 Feb 2004 11:10:47 -0000       1.80
  @@ -71,10 +71,10 @@
        $(LINK) @lib_target@ $(ALL_LIBS)
   
   exports.c: $(HEADERS)
  -     $(AWK) -f @APR_SOURCE_DIR@/build/make_exports.awk $^ > $@
  +     $(AWK) -f @APR_SOURCE_DIR@/build/make_exports.awk $(HEADERS) > $@
   
   export_vars.h: $(HEADERS)
  -     $(AWK) -f @APR_SOURCE_DIR@/build/make_var_export.awk $^ > $@
  +     $(AWK) -f @APR_SOURCE_DIR@/build/make_var_export.awk $(HEADERS) > $@
   
   aprutil.exp: exports.c export_vars.h
        @echo "#! libaprutil.so" > $@
  
  
  

Reply via email to