aaron 01/10/22 08:56:51
Modified: . Makefile.in
Log:
Get the apr.exp target working under Solaris make.
Revision Changes Path
1.59 +1 -0 apr/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr/Makefile.in,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- Makefile.in 2001/10/18 15:44:02 1.58
+++ Makefile.in 2001/10/22 15:56:51 1.59
@@ -1,6 +1,7 @@
#
# APR (Apache Portable Runtime) library Makefile.
#
+CPP = @CPP@
#
# Macros for supporting directories
|