Skip to content

Commit

Permalink
Makefile: minor whitespace [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jan 10, 2018
1 parent 7812e2d commit 1d535bd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,18 @@ $(TMP)/.ttfautohint-stamp: $(TMP)/.harfbuzz-stamp
@rm -rf $(TMP)/ttfautohint
@mkdir -p $(TMP)/ttfautohint
cd $(TMP)/ttfautohint; $(SRC)/ttfautohint/configure \
--disable-dependency-tracking \
--without-qt \
--without-doc \
--prefix="$(PREFIX)" \
$(LIBTTFAUTOHINT_OPTIONS) \
--with-freetype-config="$(PREFIX)/bin/freetype-config" \
CFLAGS="$(CPPFLAGS) -I$(TMP)/ttfautohint/lib $(CFLAGS)" \
CXXFLAGS="$(CPPFLAGS) -I$(TMP)/ttfautohint/lib $(CXXFLAGS)" \
LDFLAGS="$(LDFLAGS)" \
PKG_CONFIG=true \
HARFBUZZ_CFLAGS="$(CPPFLAGS)/harfbuzz" \
HARFBUZZ_LIBS="$(LDFLAGS) -lharfbuzz -lfreetype"
--disable-dependency-tracking \
--without-qt \
--without-doc \
--prefix="$(PREFIX)" \
$(LIBTTFAUTOHINT_OPTIONS) \
--with-freetype-config="$(PREFIX)/bin/freetype-config" \
CFLAGS="$(CPPFLAGS) -I$(TMP)/ttfautohint/lib $(CFLAGS)" \
CXXFLAGS="$(CPPFLAGS) -I$(TMP)/ttfautohint/lib $(CXXFLAGS)" \
LDFLAGS="$(LDFLAGS)" \
PKG_CONFIG=true \
HARFBUZZ_CFLAGS="$(CPPFLAGS)/harfbuzz" \
HARFBUZZ_LIBS="$(LDFLAGS) -lharfbuzz -lfreetype"
cd $(TMP)/ttfautohint; make
cd $(TMP)/ttfautohint; make install
@touch $(TMP)/.ttfautohint-stamp
Expand Down

0 comments on commit 1d535bd

Please sign in to comment.