Thread overview
makedeps: Doesn't handle the following include syntax
Dec 30, 2001
Robert M. Münch
Dec 31, 2001
Walter
Dec 31, 2001
Robert M. Münch
Dec 31, 2001
Walter
Dec 31, 2001
Jan Knepper
December 30, 2001
Hi, I'm trying to compile some libraries and want to use makedeps to get the first part of a makefile for the library. The problem is that the include statements are written the following way:

# include <globals.h>

makedeps doesn't handle the space between # and the < character. Any idea what to do? Is the source for makedeps available somewhere so I can fix it?

--
Robert M. Münch
IT & Management Freelancer
Mobile: +49 (0)177 2452 802
Fax   : +49 (0)721 8408 9112
Web   : http://www.robertmuench.de



December 31, 2001
You're right, I'll fix it. -Walter

"Robert M. Münch" <robert.muench@robertmuench.de> wrote in message news:a0nn36$joi$1@digitaldaemon.com...
> Hi, I'm trying to compile some libraries and want to use makedeps to get
the
> first part of a makefile for the library. The problem is that the include statements are written the following way:
>
> # include <globals.h>
>
> makedeps doesn't handle the space between # and the < character. Any idea what to do? Is the source for makedeps available somewhere so I can fix
it?



December 31, 2001
"Walter" <walter@digitalmars.com> schrieb im Newsbeitrag news:a0p7pn$1h32$2@digitaldaemon.com...
> You're right, I'll fix it. -Walter

Great! Will this be announced in the c++.announce group or what's the normal process for those updates? Robert


December 31, 2001
Try this version!
Jan



December 31, 2001
"Robert M. Münch" <robert.muench@robertmuench.de> wrote in message news:a0pi2t$1mj6$1@digitaldaemon.com...
> "Walter" <walter@digitalmars.com> schrieb im Newsbeitrag news:a0p7pn$1h32$2@digitaldaemon.com...
> > You're right, I'll fix it. -Walter
>
> Great! Will this be announced in the c++.announce group or what's the
normal
> process for those updates? Robert

For a minor fix like this, I'll fold it into the next update. If anyone lets me know they need it right away, I email it to them. It's all pretty informal <g>.