diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-16 12:43:53 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-16 12:43:53 +0000 |
commit | 128026c9a2de83a8ac6214e733fa871440c6b77f (patch) | |
tree | fca86e76f0020a2b16549cb0ab2a9dae29d61ac6 /source3/aparser/Makefile | |
parent | f3a3a05ade784ff6906e5c8b132c9440a8db44e5 (diff) | |
download | samba-128026c9a2de83a8ac6214e733fa871440c6b77f.tar.gz samba-128026c9a2de83a8ac6214e733fa871440c6b77f.tar.bz2 samba-128026c9a2de83a8ac6214e733fa871440c6b77f.zip |
added the ".trailer" type, to mark where a packet turns into a trailer
this now gives us enough to parse complete function calls, including
the return values
(This used to be commit ca8f1e92adf3603ad15f73277576cc9178bb4d74)
Diffstat (limited to 'source3/aparser/Makefile')
-rw-r--r-- | source3/aparser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/aparser/Makefile b/source3/aparser/Makefile index 160b11155a..ebf3a9bcde 100644 --- a/source3/aparser/Makefile +++ b/source3/aparser/Makefile @@ -7,7 +7,7 @@ AWKPROGS=dump.awk harness.awk header.awk parsefn.awk main.awk parsetree.awk temp all: test.h vluke test.h : $(AWKPROGS) - igawk -f main.awk spool.struct + igawk -f main.awk srvsvc.struct vluke: test.h $(OBJ) $(CC) $(CFLAGS) -o vluke $(OBJ) |