summaryrefslogtreecommitdiff
path: root/res/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-06-23 08:15:48 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-06-23 08:15:48 +0000
commiteaf0524c40771da73943b8fb2bc3b13daac19bd6 (patch)
treeb2b6ce29903097140118e604c3548fa6f4e6575a /res/Makefile
parent93c833e5d09117f2c4494818816e13ac35f62016 (diff)
very minor improvement
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35649 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/Makefile')
-rw-r--r--res/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/Makefile b/res/Makefile
index 9feaed84c..4c92c5e7c 100644
--- a/res/Makefile
+++ b/res/Makefile
@@ -81,7 +81,7 @@ res_config_odbc.o: res_config_odbc.c
$(CC) -c -o $@ $(CFLAGS) $(ODBC_INCLUDE) $<
res_snmp.so: res_snmp.o snmp/agent.o
- $(CC) $(SOLINK) -o $@ $< snmp/agent.o $(NETSNMP_LIBS)
+ $(CC) $(SOLINK) -o $@ $^ $(NETSNMP_LIBS)
res_config_pgsql.so: res_config_pgsql.o
$(CC) $(SOLINK) -o $@ $< $(PGSQL_LIB)