head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.09.02.19.59.20;	author tj;	state dead;
branches;
next	1.1;

1.1
date	2008.07.08.18.03.31;	author okazaki;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 303570 on 2012-09-02 19:59:20Z by tj

Rename lang/spidermonkey to lang/spidermonkey17 in preperation for the
import of lang/spidermonkey18.

Approved by:	Dan Rench <citric@@cubicone.tmetic.com> (maintainer)
Approved by:	eadler (mentor)
@
text
@--- Makefile.ref	2006-07-26 21:16:47.000000000 +0200
+++ Makefile.ref	2008-06-18 17:43:04.000000000 +0200
@@@@ -335,8 +335,8 @@@@
 $(PROGRAM): $(PROG_OBJS) $(LIBRARY)
 	link.exe -out:"$@@" $(EXE_LINK_FLAGS) $^
 else
-$(PROGRAM): $(PROG_OBJS) $(LIBRARY)
-	$(CC) -o $@@ $(CFLAGS) $(PROG_OBJS) $(LIBRARY) $(LDFLAGS) $(OTHER_LIBS) \
+$(PROGRAM): $(PROG_OBJS) $(SHARED_LIBRARY)
+	$(CC) -o $@@ $(CFLAGS) $(PROG_OBJS) -L$(OBJDIR) -ljs $(LDFLAGS) $(OTHER_LIBS) \
 	    $(PROG_LIBS)
 endif
 
@


1.1
log
@Updates the port to Javascript 1.7.
Much thanks to Bernhard Frhlich for doing the heavy lifting.

PR:		125191
Submitted by:	maintainer
@
text
@@

