Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
d3617e0d
Commit
d3617e0d
authored
Nov 18, 2012
by
Mark Andrews
Committed by
Mark Andrews
Nov 18, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
take libtool out of the picture when generating driver.so
parent
59d93a22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
bin/tests/system/dlzexternal/Makefile.in
bin/tests/system/dlzexternal/Makefile.in
+4
-1
No files found.
bin/tests/system/dlzexternal/Makefile.in
View file @
d3617e0d
...
@@ -48,8 +48,11 @@ dlopen@EXEEXT@: ${DLOPENOBJS}
...
@@ -48,8 +48,11 @@ dlopen@EXEEXT@: ${DLOPENOBJS}
${LIBTOOL_MODE_LINK}
${PURIFY}
${CC}
${CFLAGS}
${LDFLAGS}
\
${LIBTOOL_MODE_LINK}
${PURIFY}
${CC}
${CFLAGS}
${LDFLAGS}
\
-o
$@
${DLOPENOBJS}
${LIBS}
-o
$@
${DLOPENOBJS}
${LIBS}
driver.@O@
:
driver.c
${PURIFY}
${CC}
${ALL_CFLAGS}
-o
driver.@O@
-c
driver.c
driver.@SO@
:
${SO_OBJS}
driver.@SO@
:
${SO_OBJS}
${LIBTOOL_MODE_LINK}
@SO_LD@
-o
$@
driver.@O@
@
SO_LD@
-o
$@
driver.@O@
clean distclean
::
clean distclean
::
rm
-f
${TARGETS}
rm
-f
${TARGETS}
...
...
Write
Preview
Markdown
is supported
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