From 245fad093fb2344f571a615c51b44d265cca26db Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sun, 9 May 2021 14:41:01 -0400 Subject: bootstrap_cmds: Patches all working --- bootstrap_cmds/migcom.tproj/Makefile | 22 ++++++++++++++++++++++ bootstrap_cmds/migcom.tproj/lexxer.l | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 bootstrap_cmds/migcom.tproj/Makefile (limited to 'bootstrap_cmds/migcom.tproj') diff --git a/bootstrap_cmds/migcom.tproj/Makefile b/bootstrap_cmds/migcom.tproj/Makefile new file mode 100644 index 0000000..6677a74 --- /dev/null +++ b/bootstrap_cmds/migcom.tproj/Makefile @@ -0,0 +1,22 @@ +PROG= migcom +SRCS= error.c \ + global.c \ + header.c \ + mig.c \ + routine.c \ + server.c \ + statement.c \ + string.c \ + type.c \ + user.c \ + utils.c \ + lexxer.l \ + parser.y +SCRIPTS= mig.sh + +CFLAGS+=-DMIG_VERSION=\"mig-116.100.1\" + +BINDIR=/usr/libexec/ +SCRIPTSDIR=/usr/bin/ + +.include diff --git a/bootstrap_cmds/migcom.tproj/lexxer.l b/bootstrap_cmds/migcom.tproj/lexxer.l index 82b32e5..4a784c0 100644 --- a/bootstrap_cmds/migcom.tproj/lexxer.l +++ b/bootstrap_cmds/migcom.tproj/lexxer.l @@ -71,7 +71,7 @@ FileName ({QString}|{AString}) #include #include "statement.h" #include "global.h" -#include "y.tab.h" // was parser.h +#include "parser.h" #include "lexxer.h" #include "mig_machine.h" -- cgit v1.2.3-56-ge451