summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx/preinstall.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-03 09:08:59 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-03 09:10:00 +0100
commit375e923d248df3042f5dc839a229903199e3f3fd (patch)
tree7b77d49f0c70c753c43f8e4e1a579c3bab9bcf05 /c/src/lib/libbsp/powerpc/tqm8xx/preinstall.am
parentbsps/powerpc: Move shared irq.h (diff)
downloadrtems-375e923d248df3042f5dc839a229903199e3f3fd.tar.bz2
bsps/powerpc: Rename BSP specific linkcmds.base
Avoid name conflicts with shared linkcmds.base. Update #3254.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/tqm8xx/preinstall.am')
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/preinstall.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/preinstall.am b/c/src/lib/libbsp/powerpc/tqm8xx/preinstall.am
index 49cc79ac51..5b27200561 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/preinstall.am
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/preinstall.am
@@ -89,7 +89,7 @@ $(PROJECT_LIB)/linkcmds: startup/linkcmds $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds
TMPINSTALL_FILES += $(PROJECT_LIB)/linkcmds
-$(PROJECT_LIB)/linkcmds.base: startup/linkcmds.base $(PROJECT_LIB)/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds.base
-PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds.base
+$(PROJECT_LIB)/linkcmds.tqm8xx_base: startup/linkcmds.tqm8xx_base $(PROJECT_LIB)/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds.tqm8xx_base
+PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds.tqm8xx_base