Re: [Anjuta-list] preprocessor



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]