summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2011-01-17 10:44:33 +0000
committerRainer Jung <rjung@apache.org>2011-01-17 10:44:33 +0000
commitc9ee594d53a6bfade2f7fd273e29d3db452aa300 (patch)
treec1806236c8ea11498a9035f8dbafb1e051a18e7c /buildconf
parentd058fb69c9095bc15d3bcb00dbc393fc32e754d3 (diff)
downloadhttpd-c9ee594d53a6bfade2f7fd273e29d3db452aa300.tar.gz
Change file touching order for util_expr to be in
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
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf6
1 files changed, 2 insertions, 4 deletions
diff --git a/buildconf b/buildconf
index afa3f3896b..718cad19d4 100755
--- 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