Differences From:
File
Makefile
part of check-in
[0e265b0184]
- Documentation updates. Added Makefile.
by
drh on
2007-08-01 20:05:49.
[view]
To:
File
Makefile
part of check-in
[e5b74951d9]
- Omit the -static option from the default Makefile.
by
drh on
2007-08-17 19:53:53.
[view]
@@ -33,9 +33,9 @@
# other dependencies. We sometimes add the -static option here
# so that we can build a static executable that will run in a
# chroot jail.
#
-LIB = -lz -static
+LIB = -lz
# You should not need to change anything below this line
###############################################################################
include $(SRCDIR)/main.mk