|
Check-in Number:
|
2465 | |
| Date: |
2002-Aug-01 14:59:07 (local)
2002-Aug-01 12:59:07 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
Fixed Makefile.in: $(TRUE) was not defined.
Submitted by: Will Day <wd@hpgx.net> |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/mm/ChangeLog 1.36 -> 1.37
--- ChangeLog 2002/07/28 07:54:41 1.36
+++ ChangeLog 2002/08/01 12:59:07 1.37
@@ -13,6 +13,11 @@
| |_ / __/
__|_(_)_____|______________________________________________________
+ Changes between 1.2.1 and 1.2.2 (28-Jul-2000 to xx-Aug-2002)
+
+ *) Fixed Makefile.in: $(TRUE) was not defined.
+ [Will Day <wd@hpgx.net>]
+
Changes between 1.2.0 and 1.2.1 (26-Jul-2000 to 28-Jul-2002)
*) Fixed the package rolling: configure.ac was missing because
|
|
ossp-pkg/mm/Makefile.in 1.29 -> 1.30
--- Makefile.in 2002/07/26 13:04:39 1.29
+++ Makefile.in 2002/08/01 12:59:07 1.30
@@ -121,7 +121,7 @@
-$(RM) $(OBJS)
-$(RM) $(LIBS)
-$(RM) core *.core *.bak *~
- -$(RM) -r .libs >/dev/null 2>&1 || $(TRUE)
+ -$(RM) -r .libs >/dev/null 2>&1 || true
-$(RM) *.o *.lo
distclean: clean
|
|