Arla problems at Linux

Assar Westerlund assar at sics.se
Tue Mar 17 01:38:20 CET 1998


Artur Grabowski <art at stacken.kth.se> writes:
> > Yes. I now changed the order in the Makefiles, and it compiles.
> > ...
> 
> If you are sure that your fix is correct, some patches would be nice. :)

Of course it's course and it's in that order in all the order
Makefile.in's.  It would be easier for you to fix it art then sending
that mail.

/assar

Index: xfs/linux/Makefile.in
===================================================================
RCS file: /usr/local/cvsroot/arla/xfs/linux/Makefile.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -r1.6 -r1.7
--- Makefile.in	1998/03/12 19:49:11	1.6
+++ Makefile.in	1998/03/17 00:25:00	1.7
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.6 1998/03/12 19:49:11 lha Exp $
+# $Id: Makefile.in,v 1.7 1998/03/17 00:25:00 assar Exp $
 
 SHELL		= /bin/sh
 
@@ -29,7 +29,7 @@
 XFS_BIN		= $(MODULE)
 
 DEFS		= @DEFS@ -DMODULE -D__KERNEL__ -DDEBUG
-INC		= @KRB_INC_DIR@ $(srcdir)/../include $(srcdir)/../../include
+INC		= $(srcdir)/../include $(srcdir)/../../include @KRB_INC_DIR@
 INCLUDES	= $(INC:%=-I%)
 CFLAGS		= @CFLAGS@ -g -I. $(INCLUDES) -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer





More information about the Arla-drinkers mailing list