Changeset da7d9ae for Makefile


Ignore:
Timestamp:
01/13/2023 01:29:18 PM (16 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
fc82888
Parents:
851f6a7
Message:

Fix a missing `\' in Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r851f6a7 rda7d9ae  
    284284                          $(addsuffix .xml,$(PYTHONHOSTED_MODS)))
    285285
    286 $(PYHOSTED): $(ALL_PYTHON_DEPS)        \
    287              $(PYTHONHOSTED_MOD_PAGES) \
    288              stylesheets/pyhosted-inc.xsl
     286$(PYHOSTED): $(ALL_PYTHON_DEPS)           \
     287             $(PYTHONHOSTED_MOD_PAGES)    \
     288             stylesheets/pyhosted-inc.xsl \
    289289             stylesheets/pythonhosted.xsl | version.ent
    290290        @echo Generating pythonhosted.xml
Note: See TracChangeset for help on using the changeset viewer.