public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [commit] Resort scm-gsmob.c in Makefile.in
@ 2014-02-17  4:57 Doug Evans
  0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2014-02-17  4:57 UTC (permalink / raw)
  To: gdb-patches

Hi.

fyi I committed this.

2014-02-17  Doug Evans  <xdje42@gmail.com>

	* Makefile.in (SUBDIR_GUILE_OBS): Resort alphabetically.
	(SUBDIR_GUILE_SRCS): Ditto.
	(scm-gsmob.o): Ditto.

diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index ea56854..2884725 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -291,6 +291,7 @@ SUBDIR_GUILE_OBS = \
 	scm-disasm.o \
 	scm-exception.o \
 	scm-frame.o \
+	scm-gsmob.o \
 	scm-iterator.o \
 	scm-lazy-string.o \
 	scm-objfile.o \
@@ -298,7 +299,6 @@ SUBDIR_GUILE_OBS = \
 	scm-ports.o \
 	scm-pretty-print.o \
 	scm-safe-call.o \
-	scm-gsmob.o \
 	scm-string.o \
 	scm-symbol.o \
 	scm-symtab.o \
@@ -314,6 +314,7 @@ SUBDIR_GUILE_SRCS = \
 	guile/scm-disasm.c \
 	guile/scm-exception.c \
 	guile/scm-frame.c \
+	guile/scm-gsmob.c \
 	guile/scm-iterator.c \
 	guile/scm-lazy-string.c \
 	guile/scm-objfile.c \
@@ -321,7 +322,6 @@ SUBDIR_GUILE_SRCS = \
 	guile/scm-ports.c \
 	guile/scm-pretty-print.c \
 	guile/scm-safe-call.c \
-	guile/scm-gsmob.c \
 	guile/scm-string.c \
 	guile/scm-symbol.c \
 	guile/scm-symtab.c \
@@ -2280,6 +2280,10 @@ scm-frame.o: $(srcdir)/guile/scm-frame.c
 	$(COMPILE) $(srcdir)/guile/scm-frame.c
 	$(POSTCOMPILE)
 
+scm-gsmob.o: $(srcdir)/guile/scm-gsmob.c
+	$(COMPILE) $(srcdir)/guile/scm-gsmob.c
+	$(POSTCOMPILE)
+
 scm-iterator.o: $(srcdir)/guile/scm-iterator.c
 	$(COMPILE) $(srcdir)/guile/scm-iterator.c
 	$(POSTCOMPILE)
@@ -2308,10 +2312,6 @@ scm-safe-call.o: $(srcdir)/guile/scm-safe-call.c
 	$(COMPILE) $(srcdir)/guile/scm-safe-call.c
 	$(POSTCOMPILE)
 
-scm-gsmob.o: $(srcdir)/guile/scm-gsmob.c
-	$(COMPILE) $(srcdir)/guile/scm-gsmob.c
-	$(POSTCOMPILE)
-
 scm-string.o: $(srcdir)/guile/scm-string.c
 	$(COMPILE) $(srcdir)/guile/scm-string.c
 	$(POSTCOMPILE)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-17  4:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-17  4:57 [commit] Resort scm-gsmob.c in Makefile.in Doug Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).