Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
7e65cad3
Commit
7e65cad3
authored
Oct 20, 2004
by
Niels Möller
Browse files
(COMPILE): Add $(INCLUDE) to the line.
Rev: src/nettle/config.make.in:1.2
parent
bf9d18c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.make.in
View file @
7e65cad3
...
...
@@ -54,7 +54,7 @@ libdir = @libdir@
includedir = @includedir@
infodir = @infodir@
COMPILE = $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(CCPIC) $(DEP_FLAGS)
COMPILE = $(CC) $(CPPFLAGS)
$(INCLUDES)
$(DEFS) $(CFLAGS) $(CCPIC) $(DEP_FLAGS)
LINK = $(CC) $(CFLAGS) $(LDFLAGS)
# Disable builtin rule
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment