> The 'm' in HP-UX 10.20 is from a strange dep in makefile: > > k1:/pro/3gl/CPAN/perl-current 116 > make > make: *** No rule to make target `values.h', needed by `pp_sys.o'. Stop. > k1:/pro/3gl/CPAN/perl-current 117 > grep values.h makefile > pp_sys$(OBJ_EXT): /usr/include/values.h > pp_sys$(OBJ_EXT): values.h > k1:/pro/3gl/CPAN/perl-current 118 > grep values.h *.h > config.h: * include <values.h> to get definition of symbols like MINFLOAT or > perl.h:# include <values.h> > perl.h: * following hacks are used if neither limits.h or values.h provide them: > perl.h:# ifdef MAXSHORT /* Often used in <values.h> */ > perl.h:# ifdef MAXINT /* Often used in <values.h> */ > perl.h:# ifdef MAXLONG /* Often used in <values.h> */ > uconfig.h: * include <values.h> to get definition of symbols like MINFLOAT or > k1:/pro/3gl/CPAN/perl-current 119 > > > Why twice? Why suddenly wrong?
Not twice: uconfig.h is used only for microperl, not for normal Perl builds. Why suddenly wrong: don't know, makedepend hasn't recently been changed. > Can't find a (synced) patch that might have caused this. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen
