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
Wim Lewis
nettle
Commits
0b90fe56
Commit
0b90fe56
authored
Oct 20, 2004
by
Niels Möller
Browse files
(.c.$(OBJEXT)): Removed redundant -I.. flag.
Rev: src/nettle/tools/Makefile.in:1.4
parent
bcb25463
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/Makefile.in
View file @
0b90fe56
...
@@ -27,7 +27,7 @@ nettle-lfib-stream: nettle-lfib-stream.$(OBJEXT) ../libnettle.a
...
@@ -27,7 +27,7 @@ nettle-lfib-stream: nettle-lfib-stream.$(OBJEXT) ../libnettle.a
$(LINK)
$^
$(LIBS)
-L
..
-lnettle
-o
$@
$(LINK)
$^
$(LIBS)
-L
..
-lnettle
-o
$@
.c.$(OBJEXT)
:
.c.$(OBJEXT)
:
$(COMPILE)
-I
..
-c
$<
&&
$(DEP_PROCESS)
$(COMPILE)
-c
$<
&&
$(DEP_PROCESS)
.PRECIOUS
:
Makefile
.PRECIOUS
:
Makefile
...
...
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