12 lines
424 B
Plaintext
12 lines
424 B
Plaintext
--- jscript/Makefile.in.orig Mon May 31 19:12:52 1999
|
|
+++ jscript/Makefile.in Mon May 31 19:13:26 1999
|
|
@@ -190,7 +190,7 @@
|
|
####### Files
|
|
|
|
libjscript_la_SOURCES = t1.c t2.c cpp2bison.cpp jstree.cpp jsexec.cpp builtin.cpp
|
|
-libjscript_la_LDFLAGS = -version-info $(SOMAJOR):$(SOMINOR)
|
|
+libjscript_la_LDFLAGS = -version-info 1:1
|
|
libjscript_la_LIBADD =
|
|
|
|
include_HEADERS = bison2cpp.h jstree.h jsexec.h jserror.h builtin.h
|