aboutsummaryrefslogtreecommitdiffstats
path: root/res/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-27 05:39:20 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-27 05:39:20 +0000
commit21d1e959c7a2b78f8277ee7ea4deec08c5898fc0 (patch)
tree2caa91fd186189f75448149936158d3091563343 /res/Makefile
parentf40c6e0388e23d7880372ae7126c9d45f908c933 (diff)
remove some more redundant flags
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8779 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/Makefile')
-rw-r--r--res/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/Makefile b/res/Makefile
index 32c688945..5a2b05072 100644
--- a/res/Makefile
+++ b/res/Makefile
@@ -36,11 +36,6 @@ else
endif
endif
-ifeq ($(findstring BSD,${OSARCH}),BSD)
- CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include
- SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib
-endif
-
ifeq (${OSARCH},CYGWIN)
CYGSOLINK=-Wl,--out-implib=lib$@.a -Wl,--export-all-symbols
CYGSOLIB=-L.. -L. -lasterisk.dll