Mercurial > audlegacy
diff src/intl/Makefile @ 2642:a30d6b36c00f trunk
[svn] - included gettext didn't compile. closes #866
author | yaz |
---|---|
date | Fri, 23 Mar 2007 10:16:00 -0700 |
parents | 30ab29ed32d8 |
children | ecfb79d60c3a |
line wrap: on
line diff
--- a/src/intl/Makefile Thu Mar 22 22:20:59 2007 -0700 +++ b/src/intl/Makefile Fri Mar 23 10:16:00 2007 -0700 @@ -14,7 +14,7 @@ -Drelocate=libintl_relocate \ -DDEPENDS_ON_LIBICONV=1 -CFLAGS += $(PICFLAGS) -I../ -I. $(DEFS) +CFLAGS += $(PICFLAGS) -I../.. -I. $(DEFS) SOURCES = \ bindtextdom.c \ @@ -46,4 +46,4 @@ include ../../mk/objective.mk libintl.a: $(OBJECTS) - $(AR) cq $@ $(OBJECTS) + $(AR) cr $@ $(OBJECTS)