Modify ↓
Opened at 2012-02-01T23:42:15Z
Closed at 2012-02-11T12:56:30Z
#907 closed defect (fixed)
Missing SRCDIR directive for Makefile?
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 3.0.4 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
Hey,
I just downloaded 3.0.4 (up from my current 1.3). "./configure" (no parameters) and then "make" says:
make: * No rule to make target /home/chris/Downloadsbitlbee.c', needed by
bitlbee.o'. Stop.
Adding a SRCDIR directive with the extracted directory (including a trailing slash) to Makefile.settings solved the problem.
Attachments (0)
Change History (2)
comment:1 Changed at 2012-02-07T23:53:03Z by
comment:2 Changed at 2012-02-11T12:56:30Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Probably fixed by changeset:devel,885.
Note: See
TracTickets for help on using
tickets.
Huh..
What if you add just SRCDIR= ?
The variable should normally be empty, unless you're trying to build BitlBee outside its own source directory.