diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-22 09:09:37 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-22 09:09:37 +0000 |
commit | 943340a5a3f5d725e2cd35ab47f33083837cb904 (patch) | |
tree | 9e94688083bb5cc54cb44e4ac194fc3772345435 /source3/aparser/build | |
parent | 74d677ec591a715e28dba29a33ee40e1b1c2f830 (diff) | |
download | samba-943340a5a3f5d725e2cd35ab47f33083837cb904.tar.gz samba-943340a5a3f5d725e2cd35ab47f33083837cb904.tar.bz2 samba-943340a5a3f5d725e2cd35ab47f33083837cb904.zip |
more aparser stuff - we now handle everything but the idl headers in srvsvc.idl
(This used to be commit 5f1e8422d0ebc589cdfe95f1001a8e55cb60af4a)
Diffstat (limited to 'source3/aparser/build')
-rwxr-xr-x | source3/aparser/build | 2 |
1 files changed, 1 insertions, 1 deletions
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. |