ok, here's a fix to make 5.004_04 happy..

Index: src/modules/perl/Makefile
===================================================================
RCS file: /home/cvs/modperl/src/modules/perl/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- src/modules/perl/Makefile   2001/01/26 16:42:49     1.13
+++ src/modules/perl/Makefile   2001/01/29 18:06:11
@@ -129,7 +129,7 @@
        $(XS_INIT) 
 
 .xs.c:
-       $(PERL) $(PRIVLIB)/ExtUtils/xsubpp -typemap $(PRIVLIB)/ExtUtils/typemap $*.xs 
> $@
+       $(PERL) $(PRIVLIB)/ExtUtils/xsubpp -nolinenumbers -typemap 
+$(PRIVLIB)/ExtUtils/typemap $*.xs > $@
 
 PERLSRC=mod_perl_opmask.c mod_perl.c perlxsi.c perl_config.c perl_util.c perlio.c 
$(STATIC_SRC)
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to