Skip to content
Snippets Groups Projects
Commit 7e65cad3 authored by Niels Möller's avatar Niels Möller
Browse files

(COMPILE): Add $(INCLUDE) to the line.

Rev: src/nettle/config.make.in:1.2
parent bf9d18c7
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ libdir = @libdir@ ...@@ -54,7 +54,7 @@ libdir = @libdir@
includedir = @includedir@ includedir = @includedir@
infodir = @infodir@ infodir = @infodir@
COMPILE = $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(CCPIC) $(DEP_FLAGS) COMPILE = $(CC) $(CPPFLAGS) $(INCLUDES) $(DEFS) $(CFLAGS) $(CCPIC) $(DEP_FLAGS)
LINK = $(CC) $(CFLAGS) $(LDFLAGS) LINK = $(CC) $(CFLAGS) $(LDFLAGS)
# Disable builtin rule # Disable builtin rule
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment