cvsuser     03/10/22 19:06:28

  Modified:    .        parrot.spec
               docs/pmc subs.pod
  Log:
  imcc move
  
  Revision  Changes    Path
  1.2       +1 -1      parrot/parrot.spec
  
  Index: parrot.spec
  ===================================================================
  RCS file: /cvs/public/parrot/parrot.spec,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- parrot.spec       22 Mar 2003 21:21:17 -0000      1.1
  +++ parrot.spec       23 Oct 2003 02:06:26 -0000      1.2
  @@ -23,7 +23,7 @@
   %build
   perl Configure.pl --optimize
   make CC="ccache gcc" parrot pdb pdump
  -make -C languages/imcc
  +make -C imcc
   perl tools/dev/mk_manifests.pl --prefix=%{prefix} --exec-prefix=%{exec_prefix} 
--bindir=%{bindir} --libdir=%{libdir} --includedir=%{includedir} MANIFEST.detailed
   
   %install
  
  
  
  1.8       +2 -2      parrot/docs/pmc/subs.pod
  
  Index: subs.pod
  ===================================================================
  RCS file: /cvs/public/parrot/docs/pmc/subs.pod,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -w -r1.7 -r1.8
  --- subs.pod  26 Sep 2003 12:28:11 -0000      1.7
  +++ subs.pod  23 Oct 2003 02:06:28 -0000      1.8
  @@ -10,7 +10,7 @@
   
   Please note, that this document refers to PASM assembler only. The PIR
   assembler has a more HLL-like syntax for Parrot Calling Conventions.
  -S. F<languages/imcc/docs/calling_conventions.pod>
  +S. F<imcc/docs/calling_conventions.pod>
   
   =head2 Class Tree
   
  @@ -147,7 +147,7 @@
   =head1 SEE ALSO
   
   F<docs/pdds/pdd03_calling_conventions.pod>
  -F<languages/imcc/docs/calling_conventions.pod>
  +F<imcc/docs/calling_conventions.pod>
   
   =head1 AUTHOR
   
  
  
  

Reply via email to