You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2010/12/15 22:46:19 UTC

svn commit: r1049723 - in /httpd/httpd/trunk: modules/ssl/NWGNUmakefile server/NWGNUmakefile

Author: rjung
Date: Wed Dec 15 21:46:19 2010
New Revision: 1049723

URL: http://svn.apache.org/viewvc?rev=1049723&view=rev
Log:
The expression parser has moved.
Move the touch rules in the Netware Makefiles too.
Hope this works.

Modified:
    httpd/httpd/trunk/modules/ssl/NWGNUmakefile
    httpd/httpd/trunk/server/NWGNUmakefile

Modified: httpd/httpd/trunk/modules/ssl/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/NWGNUmakefile?rev=1049723&r1=1049722&r2=1049723&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/NWGNUmakefile (original)
+++ httpd/httpd/trunk/modules/ssl/NWGNUmakefile Wed Dec 15 21:46:19 2010
@@ -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

Modified: httpd/httpd/trunk/server/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/NWGNUmakefile?rev=1049723&r1=1049722&r2=1049723&view=diff
==============================================================================
--- httpd/httpd/trunk/server/NWGNUmakefile (original)
+++ httpd/httpd/trunk/server/NWGNUmakefile Wed Dec 15 21:46:19 2010
@@ -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