[svn:ponie] rev 317 - trunk
[email protected] 8 Jul 2005 20:53:00 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: nicholas
Date: Fri Jul 8 13:52:59 2005
New Revision: 317
Modified:
trunk/ (props changed)
trunk/write_makefile.pl
Log:
r25995@ship-in-a-bottle: nick | 2005-07-08 21:52:15 +0100
It would be a good idea for the clean target to remove libponie.a
Modified: trunk/write_makefile.pl
==============================================================================
--- trunk/write_makefile.pl (original)
+++ trunk/write_makefile.pl Fri Jul 8 13:52:59 2005
@@ -86,7 +86,7 @@ my $allhs = join " ", @allhs;
print <<"EOM";
clean:
- rm -f perl5pmcs.c perl5pmcs.h \\
+ rm -f perl5pmcs.c perl5pmcs.h libponie$Config{_a} \\
$allobjs \\
$alldumps \\
$allhs \\