瀏覽代碼

build: Move <sbindir>/install-info uninstallation to utils/

Put it where install-info is being handled.
Guillem Jover 16 年之前
父節點
當前提交
0e6bd57640
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 0 1
      scripts/Makefile.am
  2. 3 0
      utils/Makefile.am

+ 0 - 1
scripts/Makefile.am

@@ -131,7 +131,6 @@ install-data-hook:
 
 uninstall-local:
 	rm -f $(DESTDIR)$(sysconfdir)/alternatives/README
-	rm -f $(DESTDIR)$(sbindir)/install-info
 
 TEST_VERBOSE= 0
 

+ 3 - 0
utils/Makefile.am

@@ -30,3 +30,6 @@ dpkg_install_info_LDADD = \
 
 transform = s/dpkg-install-info/install-info/; $(program_transform_name)
 
+uninstall-local:
+	rm -f $(DESTDIR)$(sbindir)/install-info
+