]> granicus.if.org Git - apache/commitdiff
The expression parser has moved.
authorRainer Jung <rjung@apache.org>
Wed, 15 Dec 2010 21:46:19 +0000 (21:46 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 15 Dec 2010 21:46:19 +0000 (21:46 +0000)
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

modules/ssl/NWGNUmakefile
server/NWGNUmakefile

index 1dbe9e7e88bb9d28289c8da906de11585c2f80cb..72b7f69412f3b161126041c29d7ae7f742dbbdd7 100644 (file)
@@ -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
index f2f6da75f7bb45c4caa4811affa7fdcb1c6b347a..97af6ff1e68d0e1efcf9a4189470ed0544503656 100644 (file)
@@ -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