Author: bernhard Date: Sat Oct 29 03:06:41 2005 New Revision: 9623 Modified: trunk/CREDITS trunk/config/gen/makefiles/languages.in Log: Repain 'make clean'. Thanks to Stig Brantaset.
Modified: trunk/CREDITS ============================================================================== --- trunk/CREDITS (original) +++ trunk/CREDITS Sat Oct 29 03:06:41 2005 @@ -323,6 +323,9 @@ D: Win32, FreeBSD build fixes N: Nigelsandever D: Win32 patches +N: OOLLEY kj +D: Miscellaneous cleanup and PDD07-conformance + N: Patrick R. Michaud D: Parrot Grammar Engine E: [EMAIL PROTECTED] @@ -397,6 +400,9 @@ E: [EMAIL PROTECTED] W: http://www.accognoscere.org S: Winterthur, Switzerland +N: Stig Brantaset +D: Patch to repair 'make clean' + N: Thilo Planz D: ParTcl tests and inspiration @@ -421,7 +427,4 @@ N: Will Coleda E: [EMAIL PROTECTED] D: Tcl language (partcl) and misc fixes -N: OOLLEY kj -D: Miscellaneous cleanup and PDD07-conformance - N: Zach Lipton Modified: trunk/config/gen/makefiles/languages.in ============================================================================== --- trunk/config/gen/makefiles/languages.in (original) +++ trunk/config/gen/makefiles/languages.in Sat Oct 29 03:06:41 2005 @@ -4,6 +4,7 @@ ${make_set_make} PERL = ${perl} MAKE_C = ${make_c} +RM_F = ${rm_f} # add new languages here # remove obsolete languages here
