From 12d891dc16cff6de36f1ff93a3164770537a3d6e Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Sat, 2 Dec 2006 17:40:58 +0000 Subject: [PATCH] Oops. Something is wrong in the agi directory. Asking for autoconfig.h. I have it disabled locally, but no reason to commit that change. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48208 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- agi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agi/Makefile b/agi/Makefile index b91eb5e1a8..3a3495138b 100644 --- a/agi/Makefile +++ b/agi/Makefile @@ -21,7 +21,7 @@ endif include $(ASTTOPDIR)/Makefile.rules -all: #$(AGIS) +all: $(AGIS) strcompat.c: ../main/strcompat.c @cp $< $@