From 574af437a07d0e80428923a4004f3d7c1b1be7e2 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:38:41 +0000 Subject: [PATCH] 2003/09/29 00:04:26 darcs-hash:20040130073841-2ba56-74b76151355ed539ecc9fcbcc20d6267d9db571a.gz --- Makefile | 2 +- Makefile.upstream | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9b5456f..63f32a3 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: JVM Linux Win32 Darwin Solaris clean: rm -rf .jikes .configure* .install* build .compile .build* - find upstream -name config.cache -exec rm {}\; + find upstream -name config.cache -exec rm {} \; JVM: build/JVM/xwt.jar Linux: ; make gcj platform=Linux target=i686-pc-linux-gnu link_flags="-lX11 -lXext" diff --git a/Makefile.upstream b/Makefile.upstream index 8142661..2224f5d 100644 --- a/Makefile.upstream +++ b/Makefile.upstream @@ -102,7 +102,7 @@ vendor: .vendor; @true mkdir -p upstream/install/i686-pc-mingw32 curl $(url_w32api-2.3) | tar xzf - -C upstream/install/i686-pc-mingw32 curl $(url_mingw-runtime-3.0) | tar xzf - -C upstream/install/i686-pc-mingw32 -ifeq($(shell uname),Linux) +ifeq ($(shell uname),Linux) rm -rf upstream/install/i686-pc-linux-gnu/include ln -sf /usr/include upstream/install/i686-pc-linux-gnu/include endif -- 1.7.10.4