From 7a5e64a4f3c8e1126dba6909ba7379c2100b055c Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Sun, 19 Oct 2008 01:27:26 +0000 Subject: Fixed mingw was broken because src/XUtf8 Makefile didn't point to proper ../../lib and ../../makeinclude paths. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6461 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/xutf8/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/xutf8/Makefile b/src/xutf8/Makefile index 332dc98f4..f0720022c 100644 --- a/src/xutf8/Makefile +++ b/src/xutf8/Makefile @@ -23,7 +23,7 @@ # Please report all bugs and problems to "fltk-bugs@fltk.org". # -include ../makeinclude +include ../../makeinclude # @@ -47,7 +47,7 @@ endif # end of OSX options -XUTF8 = ../lib/libfltk_xutf8$(LIBEXT) +XUTF8 = ../../lib/libfltk_xutf8$(LIBEXT) # @@ -121,7 +121,7 @@ depend: $(OBJS:.o=.c) include makedepend -$(OBJS): ../makeinclude +$(OBJS): ../../makeinclude # -- cgit v1.2.3