From 3878a2a9fb11f13fe84000ec6bcddad2ada11ea1 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sat, 29 Apr 2006 15:31:45 +0000 Subject: and now with the correct filenames add basic support for checking for C compiler attribute support git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23380 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/Makefile b/utils/Makefile index 6fce65e61..4d5990695 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -57,7 +57,7 @@ astman: astman.o ../md5.o stereorize: stereorize.o frame.o $(CC) $(CFLAGS) -o stereorize stereorize.o frame.o -lm -.PHONY: ../ast_expr2.o ../ast_expr2f.o ../pbx/ael/aelflex.o ../pbx/ael/aelbison.o ../pbx/pbx_ael.o +.PHONY: ../ast_expr2.c ../ast_expr2f.c ../pbx/ael/aelflex.o ../pbx/ael/aelbison.o ../pbx/pbx_ael.o ast_expr2.o: ../ast_expr2.c gcc $(CFLAGS) -include ../include/autoconfig.h -c -o $@ $< -- cgit v1.2.3