summaryrefslogtreecommitdiff
path: root/main/Makefile
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-10-22 04:44:43 +0000
committerJoshua Colp <jcolp@digium.com>2006-10-22 04:44:43 +0000
commite85da9be416816ed1549e83335188c9b5fea6c42 (patch)
tree21504d10c645c3edfff735240f3e790d7afe5916 /main/Makefile
parenta0ae6ebd8e8a4058e4f644420601b42102b8cb94 (diff)
Let's have build.h created a bit earlier so that func_version can use it and not stop the build on a fresh machine that has never had Asterisk installed on it before...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@45847 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/Makefile b/main/Makefile
index c2e8ef6e0..4a47104f2 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -126,11 +126,6 @@ else
endif
asterisk: $(OBJS) editline/libedit.a db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS)
- @$(ASTTOPDIR)/build_tools/make_build_h > $(ASTTOPDIR)/include/asterisk/build.h.tmp
- @if cmp -s $(ASTTOPDIR)/include/asterisk/build.h.tmp $(ASTTOPDIR)/include/asterisk/build.h ; then echo ; else \
- mv $(ASTTOPDIR)/include/asterisk/build.h.tmp $(ASTTOPDIR)/include/asterisk/build.h ; \
- fi
- @rm -f $(ASTTOPDIR)/include/asterisk/build.h.tmp
@$(CC) -c -o buildinfo.o $(ASTCFLAGS) buildinfo.c
$(ECHO_PREFIX) echo " [LD] $^ -> $@"
$(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS)