chuck 97/01/16 09:22:55
Modified: src CHANGES
Log:
Update about modules/Makefile change for multiple subdirs.
Revision Changes Path
1.123 +3 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.122
retrieving revision 1.123
diff -C3 -r1.122 -r1.123
*** CHANGES 1997/01/12 20:50:29 1.122
--- CHANGES 1997/01/16 17:22:54 1.123
***************
*** 1,5 ****
--- 1,8 ----
Changes with Apache 1.2b5
+ *) Fixed bug in modules/Makefile that wouldn't allow building in more
+ than one subdirectory (or cleaning, either). [Jeremy Laidman]
+
*) mod_info assumed that the config files were relative to ServerRoot.
[Ken the Rodent]