summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-12 11:42:27 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-12 11:42:27 +0200
commitf46befc3af192f94d9f4503a6c2b3c69913e33c6 (patch)
treec4f18143ace8b9d258a40f14ae8c701f4ad0575e /makefiles
parent1d1b82274564204ebddbd8103b16e7950491fbec (diff)
downloadnagios-plugin-curl-f46befc3af192f94d9f4503a6c2b3c69913e33c6.tar.gz
nagios-plugin-curl-f46befc3af192f94d9f4503a6c2b3c69913e33c6.tar.bz2
more debian packaging fixes
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/compiler.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/compiler.mk b/makefiles/compiler.mk
index 63f7806..073364b 100644
--- a/makefiles/compiler.mk
+++ b/makefiles/compiler.mk
@@ -140,7 +140,7 @@ CCPP_LINK = $(CCPP)
$(CCPP) -c -o $@ $(CCPPFLAGS) $<
%$(EXE): %.o $(OBJS)
- $(CCPP_LINK) -o $@ $(LIBS) $(OBJS) $<
+ $(LINK) -o $@ $(LIBS) $(OBJS) $<
%.sho : %.c
$(CC) -c -o $@ -fPIC -DSHARED $(CFLAGS) $<