Author: doughera
Date: Thu Sep 15 11:15:27 2005
New Revision: 9199

Modified:
   trunk/config/gen/makefiles.pl
Log:
Need to specify full relative path to files.


Modified: trunk/config/gen/makefiles.pl
==============================================================================
--- trunk/config/gen/makefiles.pl       (original)
+++ trunk/config/gen/makefiles.pl       Thu Sep 15 11:15:27 2005
@@ -39,8 +39,8 @@ sub cflags {
   if (Configure::Data->get('cpuarch') =~ /sun4|sparc64/) {
       # CFLAGS entries must be left-aligned.
       print CFLAGS <<"EOF";
-jit_cpu.c -{-Wcast-align}        # lots of noise!
-nci.c     -{-Wstrict-prototypes} # lots of noise!
+src/jit_cpu.c -{-Wcast-align}        # lots of noise!
+src/nci.c     -{-Wstrict-prototypes} # lots of noise!
 EOF
   }
 

Reply via email to