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
#
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
# 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