rse 99/01/01 12:48:16
Modified: . Makefile.tmpl Log: The generated header lines should be aware of --target, too. Revision Changes Path 1.59 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /home/cvs/apache-1.3/Makefile.tmpl,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- Makefile.tmpl 1999/01/01 19:04:32 1.58 +++ Makefile.tmpl 1999/01/01 20:48:15 1.59 @@ -399,7 +399,7 @@ target_prefix="$(TARGET)_"; \ fi; \ (echo "##"; \ - echo "## $${conf} -- Apache HTTP server configuration file"; \ + echo "## $${target_conf} -- Apache HTTP server configuration file"; \ echo "##"; \ echo ""; \ cat $(TOP)/conf/$${conf}-dist ) |\