automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

the correct rm macro in automake


From: Xavier Décoret
Subject: the correct rm macro in automake
Date: Sun, 08 Aug 2004 03:22:16 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040618

Hi,

I am writing a install-exec-hook and the appropriate uninstall-hook. The former simply makes a copy of installed lib somewhere else, and the later needs to delete it. For that I simply wrote:

uninstall-hook:
   rm -f foo.so

What is the correct variable to ask for removal of a file. Is this $(rm) or something like this?

Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]