Module Name:    src
Committed By:   christos
Date:           Sun May 17 18:25:11 UTC 2020

Modified Files:
        src/tests: Makefile.inc

Log Message:
put librumpvfs_nofifofs after librumpvfs for the benefit of sun2


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/Makefile.inc
diff -u src/tests/Makefile.inc:1.7 src/tests/Makefile.inc:1.8
--- src/tests/Makefile.inc:1.7	Fri May 15 19:32:28 2020
+++ src/tests/Makefile.inc	Sun May 17 14:25:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.7 2020/05/15 23:32:28 christos Exp $
+# $NetBSD: Makefile.inc,v 1.8 2020/05/17 18:25:11 christos Exp $
 WARNS ?= 4
 CWARNFLAGS+= -Wno-missing-noreturn
 TOOLSSRCDIR:= ${.PARSEDIR}
@@ -8,5 +8,5 @@ LIBRUMPFIFO = -lrumpvfs_fifofs -lrumpnet
 .else
 LIBRUMPFIFO = -lrumpvfs_nofifofs 
 .endif
-LIBRUMPBASE = -lrumpvfs -lrump ${LIBRUMPFIFO} -lrumpvfs -lrumpuser -lrump -lpthread
+LIBRUMPBASE = -lrumpvfs -lrump -lrumpvfs ${LIBRUMPFIFO} -lrumpuser -lrump -lpthread
 

Reply via email to