[svn:mod_parrot] r631 - mod_parrot/trunk
[email protected] Sun, 26 Apr 2009 15:59:02 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz
Date: Sun Apr 26 15:59:01 2009
New Revision: 631
Modified:
mod_parrot/trunk/Configure.pl
Log:
remove extra semicolon
Modified: mod_parrot/trunk/Configure.pl
==============================================================================
--- mod_parrot/trunk/Configure.pl (original)
+++ mod_parrot/trunk/Configure.pl Sun Apr 26 15:59:01 2009
@@ -79,7 +79,7 @@
my $libs = parrot_config('libs') . " -lparrot";
my $blib_dir = parrot_config('blib_dir');
my $ldflags = parrot_config('libparrot_ldflags') .
- " -R$parrot_build_dir/$blib_dir";;
+ " -R$parrot_build_dir/$blib_dir";
print "Generating Makefile...";
my $template;