From: Rainer Jung Date: Wed, 15 Dec 2010 21:46:19 +0000 (+0000) Subject: The expression parser has moved. X-Git-Tag: 2.3.11~375 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=befd3a14b1fbe8f99f713d524145d1755a029acb;p=apache The expression parser has moved. Move the touch rules in the Netware Makefiles too. Hope this works. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1049723 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/NWGNUmakefile b/modules/ssl/NWGNUmakefile index 1dbe9e7e88..72b7f69412 100644 --- a/modules/ssl/NWGNUmakefile +++ b/modules/ssl/NWGNUmakefile @@ -318,16 +318,6 @@ install :: nlms FORCE # vpath %.c $(AP_WORK)/modules/arch/netware -# Make sure that the build doesn't attempt to regenerate the shipping files. -# This requires a 'touch' utility. Can be downloaded from 'coreutils' at -# http://sourceforge.net/projects/gnuwin32/ -ssl_expr_parse.h : ssl_expr_parse.y - touch ssl_expr_parse.h -ssl_expr_parse.c : ssl_expr_parse.y - touch ssl_expr_parse.c -ssl_expr_scan.c : ssl_expr_scan.l - touch ssl_expr_scan.c - # # Include the 'tail' makefile that has targets that depend on variables defined # in this makefile diff --git a/server/NWGNUmakefile b/server/NWGNUmakefile index f2f6da75f7..97af6ff1e6 100644 --- a/server/NWGNUmakefile +++ b/server/NWGNUmakefile @@ -242,6 +242,16 @@ install :: nlms FORCE # Any specialized rules here # +# Make sure that the build doesn't attempt to regenerate the shipping files. +# This requires a 'touch' utility. Can be downloaded from 'coreutils' at +# http://sourceforge.net/projects/gnuwin32/ +util_expr_parse.h : util_expr_parse.y + touch util_expr_parse.h +util_expr_parse.c : util_expr_parse.y + touch util_expr_parse.c +util_expr_scan.c : util_expr_scan.l + touch util_expr_scan.c + # # Include the 'tail' makefile that has targets that depend on variables defined # in this makefile