summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-09-20 18:16:20 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-09-20 18:16:20 +0000
commite155af837678c5e4a2a151764e3d865e5c691b47 (patch)
tree7f3d10b64252d4f63f35413823b5129b9064f90e /Makefile.common
parent590df88d824f9616990d1a6793b5b3e1d135e70a (diff)
downloadllvm-e155af837678c5e4a2a151764e3d865e5c691b47.tar.gz
llvm-e155af837678c5e4a2a151764e3d865e5c691b47.tar.bz2
llvm-e155af837678c5e4a2a151764e3d865e5c691b47.tar.xz
Fix yet another profile linking issue.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3865 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 40818d82f9..a0ca9af1f3 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -394,7 +394,7 @@ $(TOOLEXENAME_O): $(ObjectsO) $(USED_LIB_PATHS_O) $(BUILD_ROOT_TOP)/tools/Releas
$(TOOLEXENAME_P): $(ObjectsP) $(USED_LIB_PATHS_P) $(BUILD_ROOT_TOP)/tools/Profile/.dir
@echo ======= Linking $(TOOLNAME) profile executable =======
- $(VERB) $(LinkP) -o $@ $(ObjectsG) $(USED_LIBS_OPTIONS_P) $(TOOLLINKOPTS)
+ $(VERB) $(LinkP) -o $@ $(ObjectsP) $(USED_LIBS_OPTIONS_P) $(TOOLLINKOPTS)
endif