[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make depend problem with hello_SOURCES = ${SRCDIR}/hello.c
From: |
Harald Dunkel |
Subject: |
make depend problem with hello_SOURCES = ${SRCDIR}/hello.c |
Date: |
Mon, 12 Sep 2005 17:06:19 +0200 |
User-agent: |
Debian Thunderbird 1.0.2 (X11/20050402) |
Hi folks,
Question about make depend:
If I set
SRCDIR = ../src
noinst_PROGRAMS = hello
hello_SOURCES = ${SRCDIR}/hello.c
in my Makefile.am, then make complains
Makefile:242: ../src/.deps/hello.Po: No such file or directory
make[1]: *** No rule to make target `../src/.deps/hello.Po'. Stop.
No indication about what went wrong. Even worse, config.status
has created a weird directory '$(SRCDIR)'.
Would it be possible to generate a better error message here?
Or is there some option to let make generate the *.Po files
including their subdirectories?
Many thanx
Harri
- make depend problem with hello_SOURCES = ${SRCDIR}/hello.c,
Harald Dunkel <=
- Re: make depend problem with hello_SOURCES = ${SRCDIR}/hello.c, Bob Proulx, 2005/09/12
- Re: make depend problem with hello_SOURCES = ${SRCDIR}/hello.c, Harald Dunkel, 2005/09/13
- Re: make depend problem with hello_SOURCES = ${SRCDIR}/hello.c, Ralf Wildenhues, 2005/09/13
- Re: make depend problem with hello_SOURCES = ${SRCDIR}/hello.c, Harald Dunkel, 2005/09/13
- Re: make depend problem with hello_SOURCES = ${SRCDIR}/hello.c, Stepan Kasal, 2005/09/13
- Re: make depend problem with hello_SOURCES = ${SRCDIR}/hello.c, Ralf Wildenhues, 2005/09/13
- Re: make depend problem with hello_SOURCES = ${SRCDIR}/hello.c, Stepan Kasal, 2005/09/13
- Re: make depend problem with hello_SOURCES = ${SRCDIR}/hello.c, Ralf Wildenhues, 2005/09/13
- Re: make depend problem with hello_SOURCES = ${SRCDIR}/hello.c, Stepan Kasal, 2005/09/13
Re: make depend problem with hello_SOURCES = ${SRCDIR}/hello.c, Alexandre Duret-Lutz, 2005/09/13