Re: [Anjuta-list] preprocessor
- From: Naba Kumar <kh_naba yahoo com>
- To: davidgn servidor unam mx
- Cc: Biswapesh Chattopadhyay <biswapesh_chatterjee tcscal co in>, Anjuta List <anjuta-list lists sourceforge net>
- Subject: Re: [Anjuta-list] preprocessor
- Date: Tue Feb 26 20:48:06 2002
On Wed, 2002-02-27 at 10:15, David Eduardo Gomez Noguera wrote:
> Thank you.
>
> I am having some weird results though. (have never before edited these files though)
>
> I did this, to src/Makefile.am
>
> ----------
> ECPG = /usr/local/pgsql/bin/ecpg
>
> preproc_FILES = \
> dbinit.pgc
>
> dbinit.c:
> $(ECPG) $(preproc_FILES)
Modify this line to:
dbinit.c: $(preproc_FILES)
$(ECPG) $(preproc_FILES)
and see if it works.
--
Regards,
-naba
I was the best I ever had.
-- Woody Allen
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]