Skip to content

Commit 10fedaa

Browse files
authored
Merge pull request #264 from tetengo/installer_makefile
Correct the Makefile.nmake #259
2 parents 6378733 + 583f574 commit 10fedaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/installer/Makefile.nmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ $(OBJDIR)\content.wixobj: $(OBJDIR)\content.wxs
5555
$(OBJDIR)\content.wxs: $(OBJDIR)\content_wxs_source.txt
5656
$(PYTHON) "$(WORKDIR)\generate_content_wxs.py" $** $@
5757

58-
$(OBJDIR)\content_wxs_source.txt: $(WORKDIR)\files_to_install.txt $(WORKDIR)\file_guid_map.txt $(WORKDIR)\envvars_to_install.txt
59-
$(PYTHON) "$(WORKDIR)\generate_content_wxs_source.py" $** $@ $(SOLUTIONDIR)
58+
$(OBJDIR)\content_wxs_source.txt $(WORKDIR)\file_guid_map.txt: $(WORKDIR)\files_to_install.txt $(WORKDIR)\envvars_to_install.txt
59+
$(PYTHON) "$(WORKDIR)\generate_content_wxs_source.py" $(WORKDIR)\files_to_install.txt $(WORKDIR)\file_guid_map.txt $(WORKDIR)\envvars_to_install.txt $@ $(SOLUTIONDIR)
6060

6161
$(BINDIR)\setup.exe: $(TETENGOOUTDIR)\setup.exe
6262
$(COPY) /y $** $@

0 commit comments

Comments
 (0)