This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
automake is confused by its dependencies files
- From: Ehud Shabtai <shabtaie at post dot tau dot ac dot il>
- To: automake at gnu dot org
- Cc: shabtaie at post dot tau dot ac dot il
- Date: Tue, 27 May 2003 16:03:20 +0300 (IDT)
- Subject: automake is confused by its dependencies files
Hello all,
My project has some include files which has ':' in its path. I.E. some
C source files has #include ":pt:/inc/c.h".
The automatic dependencies which are generated includes these header files
and the ':' of the patch causes automake to think that there are
duplicated targets on the same line.
Is there a way automake can be made aware that these ':' are part of the
patch and not a rule?
Thanks,
Ehud Shabtai.