From 02c0df21747e5795197510f15da73bd0c287e978 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 16 Dec 1999 14:26:16 +0000 Subject: manual/9083 --- Src/Makemod.in.in | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'Src/Makemod.in.in') diff --git a/Src/Makemod.in.in b/Src/Makemod.in.in index 050a0682e..6d6e6af05 100644 --- a/Src/Makemod.in.in +++ b/Src/Makemod.in.in @@ -128,20 +128,7 @@ install.modules: install.modules-here uninstall.modules: uninstall.modules-here install.bin-here uninstall.bin-here: - -install.modules-here: - modules='$(MODULES)'; \ - if test -n "$$modules"; then $(sdir_top)/mkinstalldirs $(DESTDIR)$(MODDIR); fi; \ - for mod in $$modules; do \ - $(INSTALL_PROGRAM) $$mod $(DESTDIR)$(MODDIR)/$$mod; \ - done - -uninstall.modules-here: - modules='$(MODULES)'; for mod in $$modules; do \ - if test -f $(DESTDIR)$(MODDIR)/$$mod; then \ - rm -f $(DESTDIR)$(MODDIR)/$$mod; \ - else :; fi; \ - done +install.modules-here uninstall.modules-here: # ========== DEPENDENCIES FOR CLEANUP ========== -- cgit 1.4.1