summaryrefslogtreecommitdiff
path: root/main/db1-ast
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2006-08-22 05:24:50 +0000
committerJason Parker <jparker@digium.com>2006-08-22 05:24:50 +0000
commit0264c362b6ad3c7f23ea6eb5e398a30f7d4e26ef (patch)
tree2dee49f363b7062500520e3ea5f3d673596544a2 /main/db1-ast
parent312ae9bbdb6f58b250a3bff13b0f05428a2dbc7d (diff)
a couple Solaris tweaks, to help build properly.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40832 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/db1-ast')
-rw-r--r--main/db1-ast/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/db1-ast/Makefile b/main/db1-ast/Makefile
index 5a9f29cde..3e5a6fb2d 100644
--- a/main/db1-ast/Makefile
+++ b/main/db1-ast/Makefile
@@ -54,7 +54,7 @@ CFLAGS+=-Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno
OSTYPE=$(shell uname -s)
ifeq ($(OSTYPE),SunOS)
-CFLAGS+=-I../include -I../include/solaris-compat -DSOLARIS
+CFLAGS+=-I../../include -I../../include/solaris-compat -DSOLARIS
endif
db_dump185.o: db_dump185.c