Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115251958
D43869.id134270.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
608 B
Referenced Files
None
Subscribers
None
D43869.id134270.diff
View Options
diff --git a/usr.sbin/crunch/crunchgen/crunchgen.c b/usr.sbin/crunch/crunchgen/crunchgen.c
--- a/usr.sbin/crunch/crunchgen/crunchgen.c
+++ b/usr.sbin/crunch/crunchgen/crunchgen.c
@@ -1114,8 +1114,8 @@
"int _crunched_%s_stub(int argc, char **argv, char **envp)"
"{return main(argc,argv,envp);}\" >%s_stub.c\n",
p->ident, p->ident, p->name);
- fprintf(outmk, "%s.lo: %s_stub.o $(%s_OBJPATHS)",
- p->name, p->name, p->ident);
+ fprintf(outmk, "%s.lo: %s_stub.o $(%s_OBJPATHS) %s",
+ p->name, p->name, p->ident, outmkname);
if (p->libs)
fprintf(outmk, " $(%s_LIBS)", p->ident);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 22, 9:35 PM (6 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17715789
Default Alt Text
D43869.id134270.diff (608 B)
Attached To
Mode
D43869: crunchgen: slap a dependency on the generated makefile for .lo
Attached
Detach File
Event Timeline
Log In to Comment