[PATCH] Makefile cleanup
Paul Rusty Russell
Paul.Russell@rustcorp.com.au
Mon, 04 Oct 1999 12:53:37 +0930
In message <19991003150059.G4644@wiget> you write:
> Hi.
> Rusty please apply this patch.
Done. I already had the ipnatctl/ipnatctl.8 fix in my tree (I should
release more often), and I deleted:
ifndef DESTDIR
DESTDIR:=
endif
Since unset vars are fine, and I got rid of `ifndef COPT_FLAGS' around
the COPT_FLAGS setting: COPT_FLAGS=xxx on the make line will override
it anyway. (Environment vars are a different matter, but you can
specify -e if you want that).
Thanks!
Rusty.
--
Hacking time.