From 560fe89e1ba41cb1aced1733885fb7112851a808 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Sat, 17 Nov 2007 17:27:26 +0000 Subject: 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 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.rules') 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 $@ $< -- cgit v1.2.3