[PATCH] make depend now works
Paul Rusty Russell
Paul.Russell@rustcorp.com.au
Mon, 08 Nov 1999 09:49:38 +1100
In message <99110618265801.01240@daniel.bridge.com.au> you write:
> Another Makefile patch =)
Hi again, Daniel!
Sorry for the slow reply.
> After sending off the /usr/sbin patch, I accidentally did make depend
> (instead of make dep), and it made the NAT/userspace .depend, but not the
> root one (/usr/local/src/netfilter/netfilter-0.1.12 for me). The root
> Makefile didn't have a depend target, but the NAT/userspace Makefile did -
Neither one should have a depend target, and on my system, neither
does. The root Makefile has a `.depend' target, though. I get
$ make depend
make: *** No rule to make target `depend'. Stop.
$
In both the root and NAT/userspace directories.
Confused,
Rusty.
--
Hacking time.