From 431bcf82fea64e75c291665ff2b15c14941fb0a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 7 Feb 2009 04:05:12 +0000 Subject: [PATCH] Move lexlib before libroken to make sure we don't get an empty line. From John Center. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24629 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/sl/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sl/Makefile.am b/lib/sl/Makefile.am index 598907702..5ced9902a 100644 --- a/lib/sl/Makefile.am +++ b/lib/sl/Makefile.am @@ -33,8 +33,8 @@ CLEANFILES = snprintf.c strtok_r.c strdup.c strupr.c getprogname.c LDADD = \ libsl.la \ - $(LIB_roken) \ - $(LEXLIB) + $(LEXLIB) \ + $(LIB_roken) strtok_r.c: $(LN_S) $(srcdir)/../roken/strtok_r.c .