summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
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