mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
674cd3e838
Note: a few fixes are still needed to enable logging in the win32 builds.
11 lines
350 B
Diff
11 lines
350 B
Diff
--- src/Makefile.in.orig 2011-01-16 01:24:41.000000000 +0100
|
|
+++ src/Makefile.in 2011-01-16 01:23:48.000000000 +0100
|
|
@@ -209,7 +209,7 @@
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
-SUBDIRS = main examples site test
|
|
+SUBDIRS = main #examples site test
|
|
all: all-recursive
|
|
|
|
.SUFFIXES:
|