mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
r22186: fix build with autodependencies
metze (This used to be commit a45c7cf238238d821e1d41549983915330bfd43a)
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…
x
Reference in New Issue
Block a user