This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Installation buglet


2002-07-11  Momchil Velikov  <velco@fadata.bg>

	* Make-common.in (installdirs): Make $(libdir) too, needed when
	installing libsim.a.

Index: Make-common.in
===================================================================
RCS file: /cvs/src/src/sim/common/Make-common.in,v
retrieving revision 1.7
diff -u -d -p -r1.7 Make-common.in
--- Make-common.in	9 Jun 2002 15:45:45 -0000	1.7
+++ Make-common.in	11 Jul 2002 09:30:37 -0000
@@ -592,6 +592,7 @@ install-common: installdirs
 
 installdirs:
 	$(SHELL) $(srcdir)/../../mkinstalldirs $(bindir)
+	$(SHELL) $(srcdir)/../../mkinstalldirs $(libdir)
 
 check:
 	cd ../testsuite && $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS)"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]