diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-02-16 04:20:11 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-02-16 04:20:11 +0100 |
commit | 7ee385ba23522ea262e43854126e8f9de26bf7c8 (patch) | |
tree | 5863110777997cad197f233ee15e79aa3b58baab | |
parent | 52a8d7ff2b7454865b486c0f972395b6ccffd31a (diff) | |
download | sciteco-7ee385ba23522ea262e43854126e8f9de26bf7c8.tar.gz |
minor ./distribute fix
-rwxr-xr-x | distribute | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |