aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/make/high-level.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-08-22 22:27:49 +0530
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-08-22 22:27:49 +0530
commit0980667fe8d08596b107cb19ab57563c66cea221 (patch)
treecbb7441ed2cfb9080096ed441a4fa1af7c4f4716 /reproduce/software/make/high-level.mk
parentf52973bb1700a961ebcbb6b158879ab232ed2c09 (diff)
Minor typo corrected in comments
Until now we have followed the convention of using space characters before comment lines in recepies, not tabs. This has been corrected in one case.
Diffstat (limited to 'reproduce/software/make/high-level.mk')
-rw-r--r--reproduce/software/make/high-level.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk
index 573d4cf..23e5c00 100644
--- a/reproduce/software/make/high-level.mk
+++ b/reproduce/software/make/high-level.mk
@@ -405,9 +405,9 @@ $(ibidir)/cfitsio: $(tdir)/cfitsio-$(cfitsio-version).tar.gz \
tar cf $$customtar cfitsio-$(cfitsio-version)
cd $$topdir
- # Continue the standard build on the customized tarball. Note that
- # with the installation of CFITSIO, `fpack' and `funpack' are not
- # installed by default. Because of that, they are added explicity.
+ # Continue the standard build on the customized tarball. Note that
+ # with the installation of CFITSIO, `fpack' and `funpack' are not
+ # installed by default. Because of that, they are added explicity.
$(call gbuild, $$customtar, cfitsio-$(cfitsio-version), , \
--enable-sse2 --enable-reentrant \
--with-bzip2=$(idir), , make shared fpack funpack) \