1
0
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:
Stefan Metzmacher 2007-04-12 10:19:02 +00:00 committed by Gerald (Jerry) Carter
parent f725377346
commit ca1e672c6b

View File

@ -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 \$@` \\