aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2016-02-16 04:20:11 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2016-02-16 04:20:11 +0100
commit7ee385ba23522ea262e43854126e8f9de26bf7c8 (patch)
tree5863110777997cad197f233ee15e79aa3b58baab
parent52a8d7ff2b7454865b486c0f972395b6ccffd31a (diff)
downloadsciteco-7ee385ba23522ea262e43854126e8f9de26bf7c8.tar.gz
minor ./distribute fix
-rwxr-xr-xdistribute4
1 files changed, 2 insertions, 2 deletions
diff --git a/distribute b/distribute
index d8304dc..5b2e3d4 100755
--- a/distribute
+++ b/distribute
@@ -111,8 +111,8 @@ sciteco-$(SCITECO_VERSION)-win32.zip : $(SCITECO_SRC)
--with-interface=$(MINGW_UI) \
--disable-bootstrap \
--enable-html-manual \
- CFLAGS="-g -O3 -flto" CXXFLAGS="-g -O3 -flto"; \
- LDFLAGS="-flto" \
+ CFLAGS="-g -O3 -flto" CXXFLAGS="-g -O3 -flto" \
+ LDFLAGS="-flto"; \
)
$(MAKE) -C sciteco-$(SCITECO_VERSION) \
install-strip DESTDIR=`pwd`/temp-install