Mercurial > hg > audiodb
changeset 346:725e4fd5208d
Fix for building cmdline.c with required architecture flags on OS X.
author | mas01cr |
---|---|
date | Wed, 08 Oct 2008 13:55:16 +0000 |
parents | 30384a82983a |
children | 0d02bcd74a40 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Oct 08 11:06:11 2008 +0000 +++ b/Makefile Wed Oct 08 13:55:16 2008 +0000 @@ -41,7 +41,7 @@ g++ -c ${CFLAGS} ${GSOAP_INCLUDE} ${GSL_INCLUDE} -Wall $< cmdline.o: cmdline.c cmdline.h - gcc -c $< + gcc -c ${CFLAGS} $< OBJS=insert.o create.o common.o dump.o query.o soap.o sample.o audioDB.o index.o lshlib.o