summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-17 17:27:26 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-17 17:27:26 +0000
commit560fe89e1ba41cb1aced1733885fb7112851a808 (patch)
tree349e25060bf3aea95fa41e05aea280effa290c86 /Makefile.rules
parenta4f939702810e8be44ac7c729a32a2fd540d7686 (diff)
as discussed some time ago on the -dev list, create embedde object
with a .eo suffix even if they are coming from .cc sources. This simplifies the handling in the build scripts. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89387 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 2851d2f9f..ca21dcc04 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -85,7 +85,7 @@ endif
$(CMD_PREFIX) $(LD) -r -T .$@.ld -o $@ $<
$(CMD_PREFIX) rm -f .$@.ld
-%.eoo: %.o
+%.eo: %.oo
$(ECHO_PREFIX) echo " [EMBED] $< -> $@"
$(CMD_PREFIX) $(ASTTOPDIR)/build_tools/make_linker_eo_script $* > .$@.ld
$(CMD_PREFIX) $(LD) -r -T .$@.ld -o $@ $<