1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

Used the builtin macro RM in place of defined UNINSTALL.

This commit is contained in:
Witold Filipczyk 2007-02-23 20:04:38 +01:00 committed by Kalle Olavi Niemitalo
parent a5656701ef
commit 8688e623d4
2 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ INSTALL = $(if $(patsubst /%,,$(firstword @INSTALL@)),$(top_builddir)/)@INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
UNINSTALL = rm -f
host = @host@

View File

@ -67,7 +67,7 @@ quiet_cmd_installprog = " [$(INSTALL_COLOR)INSTALL$(END_COLOR)] $(RELPATH)
cmd_installprog = $(INSTALL_PROGRAM) $(2) $(3)
quiet_cmd_uninstall = " [$(UNINSTALL_COLOR)UNINSTALL$(END_COLOR)] $(3)/$(2)"
cmd_uninstall = $(UNINSTALL) $(3)/$(2)
cmd_uninstall = $(RM) $(3)/$(2)
#############################################################################
# Special handling of conditional variables