blob: f33d82492d1f4838d020c4fd56d08c388abf5313 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/sh
echo "##"
echo "## Apache Makefile, automatically generated by Configure script."
echo "## Hand-edited changes will be lost if the Configure script is re-run."
echo "## Sources: - `sh helpers/fp2rp $1`/Makefile.config (via $2)"
echo "## - ./Makefile.tmpl"
echo "##"
echo ""
|