diff options
-rw-r--r-- | utils/Burg/Makefile | 2 | ||||
-rw-r--r-- | utils/Makefile | 6 | ||||
-rw-r--r-- | utils/TableGen/Makefile | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index d1b9fe2..5797161 100644 --- a/utils/Burg/Makefile +++ b/utils/Burg/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../../.. +LEVEL = ../.. TOOLNAME = burg ExtraSource = gram.tab.c diff --git a/utils/Makefile b/utils/Makefile new file mode 100644 index 0000000..512cc9e --- /dev/null +++ b/utils/Makefile @@ -0,0 +1,6 @@ +LEVEL = .. + +DIRS = Burg TableGen + +include $(LEVEL)/Makefile.common + diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index b06ca9b..89a956d 100644 --- a/utils/TableGen/Makefile +++ b/utils/TableGen/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../../.. +LEVEL = ../.. TOOLNAME = tblgen USEDLIBS = support.a |