896176df3d
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2291 6952d904-891a-0410-993b-d76249ca496b
20 lines
544 B
Diff
20 lines
544 B
Diff
Submitted By: Mario Fetka (mario-fetka at gmx dot at)
|
|
Date: 2008-07-18
|
|
Initial Package Version: 5.11.08
|
|
Origin: me
|
|
Upstream Status: unknown
|
|
Description: correct arm dir
|
|
|
|
diff -Naur makefile.orig /makefile
|
|
--- makefile.orig 2007-10-29 16:38:11.000000000 +0000
|
|
+++ makefile 2008-07-18 18:42:52.000000000 +0000
|
|
@@ -8,7 +8,7 @@
|
|
LIBS =
|
|
ODIR = x86
|
|
ODIR64 = x64
|
|
-ODIRARM = n800
|
|
+ODIRARM = arm
|
|
|
|
_OBJS = fileio.o linuxserio.o lowlevel.o server.o errormessage.o flashrom.o webserver.o xap.o lanio.o ascii.o
|
|
OBJS = $(patsubst %,$(ODIR)/%,$(_OBJS))
|