]> git.pld-linux.org Git - packages/eclipse.git/blame - eclipse-core_resources-makefile.patch
- start playing with 3.2; 3.1 is on ECLIPSE_3_1 branch
[packages/eclipse.git] / eclipse-core_resources-makefile.patch
CommitLineData
e1dae457
AZ
1--- plugins/org.eclipse.core.resources.linux/src/Makefile.orig 2004-12-29 14:30:14.722860888 +0000
2+++ plugins/org.eclipse.core.resources.linux/src/Makefile 2004-12-29 14:30:50.293453336 +0000
3@@ -22,8 +22,8 @@
4 JDK_INCLUDE = -I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/${OS_TYPE}
e29aed2d
PS
5
6 core :
e1dae457 7- gcc -fPIC -g -c $(JDK_INCLUDE) -o $(CORE.O) $(CORE.C)
e29aed2d 8- gcc -g -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(CORE.O) -lc
e1dae457 9-
e29aed2d
PS
10+ gcc -fPIC $(CFLAGS) -c $(INC_PATH) $(CORE.C) -o $(CORE.O)
11+ gcc $(LDFLAGS) -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(CORE.O)
e1dae457 12+
e29aed2d
PS
13 clean :
14 rm *.o
This page took 0.030765 seconds and 4 git commands to generate.