stas 2003/03/16 18:42:17
Modified: . Makefile.PL Log: fix copy-n-paste error, should be APACHE_INCLUDEDIR makefile macro Revision Changes Path 1.93 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL =================================================================== RCS file: /home/cvs/modperl-2.0/Makefile.PL,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- Makefile.PL 13 Mar 2003 06:10:46 -0000 1.92 +++ Makefile.PL 17 Mar 2003 02:42:16 -0000 1.93 @@ -428,7 +428,7 @@ cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE) install modperl_xs_h_install: - @$(MKPATH) $(MODPERL_AP_INCLUDEDIR) + @$(MKPATH) $(APACHE_INCLUDEDIR) $(CP) $(MODPERL_XS_H_FILES) $(APACHE_INCLUDEDIR) modperl_src_clean: