From 943340a5a3f5d725e2cd35ab47f33083837cb904 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 22 May 2000 09:09:37 +0000 Subject: more aparser stuff - we now handle everything but the idl headers in srvsvc.idl (This used to be commit 5f1e8422d0ebc589cdfe95f1001a8e55cb60af4a) --- source3/aparser/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/aparser/build') diff --git a/source3/aparser/build b/source3/aparser/build index a8b49451f6..3c212cfe41 100755 --- a/source3/aparser/build +++ b/source3/aparser/build @@ -8,6 +8,6 @@ if ! igawk -f main.awk $file; then fi echo compiling vluke -gcc -Wall -g -o vluke parser.c vluke.c +gcc -Wall -o vluke parser.c vluke.c echo done. -- cgit