[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
possible doc bug
From: |
Mike Castle |
Subject: |
possible doc bug |
Date: |
Fri, 8 Nov 2002 21:28:34 -0800 |
User-agent: |
Mutt/1.4i |
The following example has me worried:
If your program uses a lot of files, you will probably prefer a
conditional `+='.
bin_PROGRAMS = hello
hello_SOURCES = hello-common.c
if LINUX
hello_cond += hello-linux.c
else
hello_cond += hello-generic.c
endif
Should the `hello_cond +=' be `hello_SOURCES +='?
mrc
--
Mike Castle address@hidden www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan. -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
- possible doc bug,
Mike Castle <=