From 850206158f6e77a4798f79fe293a7d7b7a7687f0 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 31 Jan 2013 12:50:54 +0100 Subject: fixed bootstrapping using sciteco-minimal and bootstrap autodetection was broken due to untested changes --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index e714780..9f40524 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,7 +14,7 @@ EXTRA_DIST = gtk-info-popup.gob \ if BOOTSTRAP noinst_PROGRAMS = sciteco-minimal -symbols-scintilla.cpp symbols-scilexer.cpp : $(BOOTSTRAP_SCITECO) +symbols-scintilla.cpp symbols-scilexer.cpp : sciteco-minimal$(EXEEXT) endif sciteco_minimal_SOURCES = main.cpp sciteco.h \ cmdline.cpp cmdline.h \ -- cgit v1.2.3