diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-04 21:37:41 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-04 21:37:41 +0000 |
| commit | 2068654d68cd3786b7e239199409f14ca46aaf59 (patch) | |
| tree | ca10e69604f2b6e87fddfcff07dcc040a357e131 /llvm/lib | |
| parent | eecee636c1d87847f36c7c9c077bfa593fe25fc5 (diff) | |
| download | bcm5719-llvm-2068654d68cd3786b7e239199409f14ca46aaf59.tar.gz bcm5719-llvm-2068654d68cd3786b7e239199409f14ca46aaf59.zip | |
Align dependencies so they don't hurt the eyes to look at them
llvm-svn: 15504
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/PowerPC/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/llvm/lib/Target/PowerPC/Makefile b/llvm/lib/Target/PowerPC/Makefile index 57bc9541252..0528929f8ef 100644 --- a/llvm/lib/Target/PowerPC/Makefile +++ b/llvm/lib/Target/PowerPC/Makefile @@ -16,34 +16,34 @@ $(SourceDepend): PowerPCGenRegisterInfo.h.inc PowerPCGenRegisterNames.inc \ PowerPCGenInstrInfo.inc PowerPCGenRegisterNames.inc:: $(SourceDir)/PowerPC.td \ - $(SourceDir)/PowerPCRegisterInfo.td \ - $(SourceDir)/../Target.td $(TBLGEN) + $(SourceDir)/PowerPCRegisterInfo.td \ + $(SourceDir)/../Target.td $(TBLGEN) @echo "Building PowerPC.td register names with tblgen" $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-register-enums -o $@ PowerPCGenRegisterInfo.h.inc:: $(SourceDir)/PowerPC.td \ - $(SourceDir)/PowerPCRegisterInfo.td \ - $(SourceDir)/../Target.td $(TBLGEN) + $(SourceDir)/PowerPCRegisterInfo.td \ + $(SourceDir)/../Target.td $(TBLGEN) @echo "Building PowerPC.td register information header with tblgen" $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-register-desc-header -o $@ PowerPCGenRegisterInfo.inc:: $(SourceDir)/PowerPC.td \ - $(SourceDir)/PowerPCRegisterInfo.td \ - $(SourceDir)/../Target.td $(TBLGEN) + $(SourceDir)/PowerPCRegisterInfo.td \ + $(SourceDir)/../Target.td $(TBLGEN) @echo "Building PowerPC.td register information implementation with tblgen" $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-register-desc -o $@ PowerPCGenInstrNames.inc:: $(SourceDir)/PowerPC.td \ - $(SourceDir)/PowerPCInstrInfo.td \ - $(SourceDir)/PowerPCInstrFormats.td \ - $(SourceDir)/../Target.td $(TBLGEN) + $(SourceDir)/PowerPCInstrInfo.td \ + $(SourceDir)/PowerPCInstrFormats.td \ + $(SourceDir)/../Target.td $(TBLGEN) @echo "Building PowerPC.td instruction names with tblgen" $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-instr-enums -o $@ PowerPCGenInstrInfo.inc:: $(SourceDir)/PowerPC.td \ - $(SourceDir)/PowerPCInstrInfo.td \ - $(SourceDir)/PowerPCInstrFormats.td \ - $(SourceDir)/../Target.td $(TBLGEN) + $(SourceDir)/PowerPCInstrInfo.td \ + $(SourceDir)/PowerPCInstrFormats.td \ + $(SourceDir)/../Target.td $(TBLGEN) @echo "Building PowerPC.td instruction information with tblgen" $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-instr-desc -o $@ |

