Loading server/Makefile.in +3 −3 Original line number Diff line number Diff line Loading @@ -73,8 +73,8 @@ ApacheCoreOS2.def: exports.c export_vars.h $(top_srcdir)/os/$(OS_DIR)/core_heade # Rule to make exp file for AIX DSOs httpd.exp: exports.c export_vars.h echo "#! ." > $@ echo "* This file was AUTOGENERATED at build time." >> $@ echo "* Please do not edit by hand." >> $@ @echo "#! ." > $@ @echo "* This file was AUTOGENERATED at build time." >> $@ @echo "* Please do not edit by hand." >> $@ $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$$/\1/' >> $@ $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) export_vars.h | sed -e 's/^\#[^!]*//' | sed -e '/^$$/d' >> $@ Loading
server/Makefile.in +3 −3 Original line number Diff line number Diff line Loading @@ -73,8 +73,8 @@ ApacheCoreOS2.def: exports.c export_vars.h $(top_srcdir)/os/$(OS_DIR)/core_heade # Rule to make exp file for AIX DSOs httpd.exp: exports.c export_vars.h echo "#! ." > $@ echo "* This file was AUTOGENERATED at build time." >> $@ echo "* Please do not edit by hand." >> $@ @echo "#! ." > $@ @echo "* This file was AUTOGENERATED at build time." >> $@ @echo "* Please do not edit by hand." >> $@ $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$$/\1/' >> $@ $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) export_vars.h | sed -e 's/^\#[^!]*//' | sed -e '/^$$/d' >> $@