From 1abacc230b0d40629efe03f61b1bb2c909ca550f Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Wed, 10 Nov 2010 14:53:44 +0100 Subject: [PATCH] sort object files to ease loader job --- libsndio/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libsndio/Makefile.in b/libsndio/Makefile.in index 447ecd0..2619935 100644 --- a/libsndio/Makefile.in +++ b/libsndio/Makefile.in @@ -93,7 +93,11 @@ clean: # ---------------------------------------------------------- dependencies --- -OBJS = alsa.o aucat.o sndio.o mio_rmidi.o mio_thru.o mio.o sun.o \ +# +# object files, sorted following dependencies to allow the +# loader to determine dependencies in a single pass +# +OBJS = mio.o mio_rmidi.o mio_thru.o sndio.o alsa.o aucat.o sun.o \ getpeereid.o issetugid.o strlcpy.o strtonum.o .c.o: