diff options
Diffstat (limited to 'lib/Target/SystemZ/Makefile')
-rw-r--r-- | lib/Target/SystemZ/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/Makefile b/lib/Target/SystemZ/Makefile index c4574dc..f1097eb 100644 --- a/lib/Target/SystemZ/Makefile +++ b/lib/Target/SystemZ/Makefile @@ -16,7 +16,7 @@ BUILT_SOURCES = SystemZGenRegisterInfo.h.inc SystemZGenRegisterNames.inc \ SystemZGenInstrInfo.inc SystemZGenAsmWriter.inc \ SystemZGenDAGISel.inc SystemZGenSubtarget.inc SystemZGenCallingConv.inc -DIRS = AsmPrinter +DIRS = AsmPrinter TargetInfo include $(LEVEL)/Makefile.common |