From 26ec8831dc19080744161713553797f7edc1363a Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Sun, 20 Mar 2011 21:05:49 -0700 Subject: [PATCH] s/DSYMUTIL/CFG_DSYMUTIL/ --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index cfdf6e9e4b5..964006b9dd7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -479,7 +479,7 @@ llvmext/%.o: llvmext/%.cpp $(MKFILES) @# dsymutil sometimes fails or prints a warning, but the @# program still runs. Since it simplifies debugging other @# programs, I\'ll live with the noise. - -$(Q)$(DSYMUTIL) $@ + -$(Q)$(CFG_DSYMUTIL) $@ %.stage1(X): %.stage1.o rt/$(CFG_RUNTIME) stage1/glue.o @$(call E, link [gcc]: $@) @@ -487,7 +487,7 @@ llvmext/%.o: llvmext/%.cpp $(MKFILES) @# dsymutil sometimes fails or prints a warning, but the @# program still runs. Since it simplifies debugging other @# programs, I\'ll live with the noise. - -$(Q)$(DSYMUTIL) $@ + -$(Q)$(CFG_DSYMUTIL) $@ %.stage2(X): %.stage2.o rt/$(CFG_RUNTIME) stage2/glue.o @$(call E, link [gcc]: $@) @@ -495,7 +495,7 @@ llvmext/%.o: llvmext/%.cpp $(MKFILES) @# dsymutil sometimes fails or prints a warning, but the @# program still runs. Since it simplifies debugging other @# programs, I\'ll live with the noise. - -$(Q)$(DSYMUTIL) $@ + -$(Q)$(CFG_DSYMUTIL) $@