PROTECTED]>
To: "Robert Collins" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, April 11, 2001 9:34 PM
Subject: Re: problem: uninstall-am in makefile with no install targets
and non-GNU make.
> >>>>> "Robert" == Robert Collins <[EMA
- Original Message -
From: "Akim Demaille" <[EMAIL PROTECTED]>
To: "Robert Collins" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, April 11, 2001 9:34 PM
Subject: Re: problem: uninstall-am in makefile with no install targets
and non-
> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes:
Robert> Thanks Akim, adding that line should fix the make uninstall
Robert> problem. However the makefile.in's created by automake are
Robert> now corrupt: I get 1001 errors (I CVS updated first).
Robert> The errors I get are (single
the user to add dependencies
without overriding the autogenerated ones.
Rob
- Original Message -
From: "Akim Demaille" <[EMAIL PROTECTED]>
To: "Robert Collins" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, April 11, 2001 6:04 PM
Subject:
Try to add
'uninstall-am' => 1,
in the structure below in automake.in. Keep us informed! Thanks!
Akim
# List of targets we must always output.
# FIXME: Complete, and remove falsely required targets.
my %required_targets =
(
'all' => 1,
'dvi' => 1,
with this makefile.am:
===
EXTRA_LIBRARIES = libregex.a libdlmalloc.a
noinst_LIBRARIES = libmiscutil.a @LIBREGEX@ @LIBDLMALLOC@ libntlmauth.a
libmiscutil_a_SOURCES = rfc1123.c rfc1738.c rfc1035.c rfc2617.c util.c \
getfullhostname.c base64.c uudecode.c splay.c safe_inet_addr.c \
is