diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-30 09:26:22 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-30 09:26:22 +0000 |
| commit | a537198f2cc12176fcfc1583748d69c9ccd96f77 (patch) | |
| tree | 4ea81bf35b845a786f735297772859a528e4b173 /llvm/projects/Stacker/samples | |
| parent | f22aa469c98aa0640cfc0b40d8140fc94510aab4 (diff) | |
| download | bcm5719-llvm-a537198f2cc12176fcfc1583748d69c9ccd96f77.tar.gz bcm5719-llvm-a537198f2cc12176fcfc1583748d69c9ccd96f77.zip | |
Change macro names per naming standard in Makefile.rules.
llvm-svn: 17361
Diffstat (limited to 'llvm/projects/Stacker/samples')
| -rw-r--r-- | llvm/projects/Stacker/samples/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/projects/Stacker/samples/Makefile b/llvm/projects/Stacker/samples/Makefile index d5b278061cc..e885eb99e82 100644 --- a/llvm/projects/Stacker/samples/Makefile +++ b/llvm/projects/Stacker/samples/Makefile @@ -20,12 +20,12 @@ all :: $(SAMPLES) ifdef OPTIMIZE % : %.st - @$(ECHO) "Compiling and Optimizing $(<F)" - $(VERB)$(LLVMC_EXEC) -O3 $< -o $@ + $(Echo) "Compiling and Optimizing $(<F)" + $(Verb)$(LLVMC_EXEC) -O3 $< -o $@ else % : %.st - @$(ECHO) "Compiling $(<F)" - $(VERB)$(LLVMC_EXEC) $< -o $@ + $(Echo) "Compiling $(<F)" + $(Verb)$(LLVMC_EXEC) $< -o $@ endif SAMPLES_LL = $(SAMPLES:%=%.ll) @@ -33,7 +33,7 @@ SAMPLES_BC = $(SAMPLES:%=%.bc) SAMPLES_S = $(SAMPLES:%=%.s) clean :: - $(VERB)rm -f gmon.out $(SAMPLES) + $(Verb)rm -f gmon.out $(SAMPLES) # # Include the Master Makefile that knows how to build all. # |

