]> granicus.if.org Git - apache/commitdiff
Change file touching order for util_expr to be in
authorRainer Jung <rjung@apache.org>
Mon, 17 Jan 2011 10:44:33 +0000 (10:44 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 17 Jan 2011 10:44:33 +0000 (10:44 +0000)
sync with Makefile dependency.

The existing order lead to regeneration.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059857 13f79535-47bb-0310-9956-ffa450edef68

buildconf

index afa3f3896b2acd1d1506b46cfc0c1a21b04e41af..718cad19d4a02d9eae22431ce8286a19d98c3c55 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -230,11 +230,9 @@ fi
 # when running make
 echo fixing timestamps for ap_expr sources
 cd server
-touch util_expr_parse.y
+touch util_expr_parse.y util_expr_scan.l
 sleep 1
-touch util_expr_parse.c util_expr_parse.h util_expr_scan.l
-sleep 1
-touch util_expr_scan.c
+touch util_expr_parse.c util_expr_parse.h util_expr_scan.c
 cd ..
 
 exit 0