"Paul D. Smith" <[EMAIL PROTECTED]> wrote:
> See the second paragraph in the GNU make manual section "How Patterns
> Match". If the target doesn't contain a slash, then directory names
> are removed from the file name before it is compared.
Thanks. I guess I'll need to do "make bar/b/c" instea
%% Manoj Srivastava <[EMAIL PROTECTED]> writes:
ms> [Please retain the CC to [EMAIL PROTECTED] so
ms> that the Debian Bug Tracking system can record your input]
ms> ==
ms> Consider the following Makefil
Hi,
[Please retain the CC to [EMAIL PROTECTED] so
that the Debian Bug Tracking system can record your input]
This problem was reported by a Debian user. I looked through
the manual to see if there is any restriction on the stem section of
a pattern match, but I did n
Yup, this is fixed in the latest devel sources. Thanks...
--
---
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Ple
I do not know whether it's already fixed, but:
--- make.texinfoTue Jun 20 18:00:17 2000
+++ make.texinfo-newWed Jul 4 15:56:58 2001
@@ -,7 +,7 @@
subdirs: $(SUBDIRS)
$(SUBDIRS):
-$(MAKE) -C $@
+$(MAKE) -C $@@
foo: baz
@end group
--alexm