automake-patches
[Top][All Lists]
Advanced

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

Patch: fix to texinfos.am


From: Tom Tromey
Subject: Patch: fix to texinfos.am
Date: 29 May 2001 15:11:45 -0600

This is a minor fix.  I'm checking it in.

There is still some problem with texinfos.am.
Automake's lib/Makefile.in doesn't have install-info-am, but it
should.

2001-05-29  Tom Tromey  <address@hidden>

        * lib/am/texinfos.am (.PHONY): Always list uninstall-info-am and
        install-info-am.

Tom

Index: lib/am/texinfos.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/texinfos.am,v
retrieving revision 1.89
diff -u -r1.89 texinfos.am
--- texinfos.am 2001/05/18 17:08:23     1.89
+++ texinfos.am 2001/05/29 20:58:50
@@ -97,10 +97,12 @@
 RECURSIVE_TARGETS += install-info-recursive
 .PHONY install-info: install-info-recursive
 else !%?SUBDIRS%
-.PHONY install-info: install-info-am
+install-info: install-info-am
 endif !%?SUBDIRS%
 endif %?INSTALL-INFO%
 
+.PHONY: install-info-am
+
 if %?LOCAL-TEXIS%
 install-info-am: $(INFO_DEPS)
        @$(NORMAL_INSTALL)
@@ -154,8 +156,9 @@
 
 ?SUBDIRS?RECURSIVE_TARGETS += uninstall-info-recursive
 ?SUBDIRS?.PHONY uninstall-info: uninstall-info-recursive
-?!SUBDIRS?.PHONY uninstall-info: uninstall-info-am
 ?INSTALL-INFO?uninstall-am: uninstall-info-am
+
+.PHONY: uninstall-info-am
 
 if %?LOCAL-TEXIS%
 uninstall-info-am:



reply via email to

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