r18281: a workaround for an infinite dependency loop in the dependency
commite7f2d247e40218ce3320e288780ad745bc38f6a2
authorAndrew Tridgell <tridge@samba.org>
Sat, 9 Sep 2006 02:32:12 +0000 (9 02:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:00 +0000 (10 14:18 -0500)
treedb4b0908828d4f4f8f863f9bcbc21dbdd8d29776
parentc2387587cb9c43c5f642554be9f08cc4ab0badc9
r18281: a workaround for an infinite dependency loop in the dependency
generation for smbreadline.d. The problem was caused by
extra_flags.txt having ./lib/smbreadline/smbreadline.o but the build
using lib/smbreadline/smbreadline.o, which means cflags.pl didn't
match the target.

Hopefully the workaround can be removed when metze or jelmer wake up
and give me a hint on how to make SMB_SUBSYSTEM() not add the ./
prefix :-)
(This used to be commit 826cd304a7cf54ab60ea41b6ecf00ca7b89f2b39)
source4/lib/smbreadline/smbreadline.c
source4/script/cflags.pl