bug-dejagnu
[Top][All Lists]
Advanced

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

[Bug-dejagnu] [PATCH] dejagnu/Makefile.in: Add empty targets install-inf


From: Corinna Vinschen
Subject: [Bug-dejagnu] [PATCH] dejagnu/Makefile.in: Add empty targets install-info and uninstall-info
Date: Fri, 31 Oct 2003 09:43:39 +0100
User-agent: Mutt/1.4.1i

Hi,

The below patch adds two empty targets to Makefile.am, install-info and
uninstall-info.

The reason for that patch is, that it's not possible to call
`make install-info' from a top level build dir, because the install
process fails in dejagnu with the message

  make: *** No rule to make target `install-info'.  Stop.

The below patch allows that now, just doing nothing in the dejagnu
subdir for now.

Thanks for considering,
Corinna

        * Makefile.am: Add empty install-info and uninstall-info rules.
        * Makefile.in: Regenerate.

Index: Makefile.am
===================================================================
RCS file: /cvs/cvsfiles/gnupro/dejagnu/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- Makefile.am 16 Feb 2003 23:22:45 -0000      1.4
+++ Makefile.am 15 May 2003 16:24:32 -0000      1.5
@@ -119,6 +119,10 @@ baseboards_files = $(srcdir)/baseboards/
 config_dest = $(DESTDIR)$(pkgdatadir)/config
 config_files = $(srcdir)/config/README $(srcdir)/config/*.exp
 
+install-info:
+
+uninstall-info:
+
 install-data-local:
        $(mkinstalldirs) $(lib_dest) $(includedir)
        for f in $(lib_files); do \
Index: Makefile.in
===================================================================
RCS file: /cvs/cvsfiles/gnupro/dejagnu/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- Makefile.in 16 Feb 2003 23:22:45 -0000      1.4
+++ Makefile.in 15 May 2003 16:24:32 -0000      1.5
@@ -513,6 +513,10 @@ dist-hook: rpmspec overview.html overvie
        -cp -fr doc/overview.ps $(distdir)/doc/
        -cp -fr doc/overview.pdf $(distdir)/doc/
 
+install-info:
+
+uninstall-info:
+
 install-data-local:
        $(mkinstalldirs) $(lib_dest) $(includedir)
        for f in $(lib_files); do \

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.




reply via email to

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