Fossil SCM

Fix syntax in Makefile.in so it works with Solaris make.

ben 2011-06-19 16:48 autoconf
Commit 4787336f2f70a40d464ce3bd6dce4679278cc84b
1 file changed +2 -2
+2 -2
--- Makefile.in
+++ Makefile.in
@@ -32,9 +32,9 @@
3232
#### Tcl shell for use in running the fossil testsuite. If you do not
3333
# care about testing the end result, this can be blank.
3434
#
3535
TCLSH = tclsh
3636
37
-LIB= @LDFLAGS@ @LIBS@ @OPENSSL_LDFLAGS@ @OPENSSL_LIBS@
38
-TCC+= @CPPFLAGS@ @CFLAGS@ @OPENSSL_INCLUDES@ -DHAVE_AUTOCONFIG_H
37
+LIB = @LDFLAGS@ @LIBS@ @OPENSSL_LDFLAGS@ @OPENSSL_LIBS@
38
+TCC += @CPPFLAGS@ @CFLAGS@ @OPENSSL_INCLUDES@ -DHAVE_AUTOCONFIG_H
3939
4040
include $(SRCDIR)/main.mk
4141
--- Makefile.in
+++ Makefile.in
@@ -32,9 +32,9 @@
32 #### Tcl shell for use in running the fossil testsuite. If you do not
33 # care about testing the end result, this can be blank.
34 #
35 TCLSH = tclsh
36
37 LIB= @LDFLAGS@ @LIBS@ @OPENSSL_LDFLAGS@ @OPENSSL_LIBS@
38 TCC+= @CPPFLAGS@ @CFLAGS@ @OPENSSL_INCLUDES@ -DHAVE_AUTOCONFIG_H
39
40 include $(SRCDIR)/main.mk
41
--- Makefile.in
+++ Makefile.in
@@ -32,9 +32,9 @@
32 #### Tcl shell for use in running the fossil testsuite. If you do not
33 # care about testing the end result, this can be blank.
34 #
35 TCLSH = tclsh
36
37 LIB = @LDFLAGS@ @LIBS@ @OPENSSL_LDFLAGS@ @OPENSSL_LIBS@
38 TCC += @CPPFLAGS@ @CFLAGS@ @OPENSSL_INCLUDES@ -DHAVE_AUTOCONFIG_H
39
40 include $(SRCDIR)/main.mk
41

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button