mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r22186: fix build with autodependencies
metze
(This used to be commit a45c7cf238
)
This commit is contained in:
parent
f725377346
commit
ca1e672c6b
@ -118,7 +118,7 @@ sub _prepare_suffix_rules($)
|
||||
# Dependencies command
|
||||
DEPENDS = \$(CC) -M -MG -MP -MT \$(<:.c=.o) -MT \$@ \\
|
||||
`\$(PERL) \$(srcdir)/script/cflags.pl \$@` \\
|
||||
\$(CFLAGS) $first_prereq-o \$@
|
||||
\$(CFLAGS) $first_prereq -o \$@
|
||||
# Dependencies for host objects
|
||||
HDEPENDS = \$(CC) -M -MG -MP -MT \$(<:.c=.ho) -MT \$@ \\
|
||||
`\$(PERL) \$(srcdir)/script/cflags.pl \$@` \\
|
||||
|
Loading…
Reference in New Issue
Block a user