summaryrefslogtreecommitdiff
path: root/config.mk.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk.in')
-rw-r--r--config.mk.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk.in b/config.mk.in
index 6b25f373a8..4f19139e75 100644
--- a/config.mk.in
+++ b/config.mk.in
@@ -33,6 +33,8 @@ topsrcdir = $(if $(value am_path),$(call am_path,$(abs_topsrcdir)),$(abs_topsrcd
include $(topsrcdir)/gnustandards.mk
include $(topsrcdir)/autoconf.mk
+CCLD = $(CC)
+
OUR_CPPFLAGS = @OUR_CPPFLAGS@
OUR_CFLAGS = @OUR_CFLAGS@
OUR_LDFLAGS = @OUR_LDFLAGS@