Skip to content

Commit

Permalink
Fix comments and "make dist"
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Jan 8, 2025
1 parent ad95c66 commit bfc4847
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion unix/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2418,7 +2418,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen
$(DIST_INSTALL_SCRIPT) $(TOP_DIR)/win/configure $(DISTDIR)/win
$(DIST_INSTALL_DATA) $(TOP_DIR)/win/*.c $(TOP_DIR)/win/*.ico $(TOP_DIR)/win/*.rc \
$(TOP_DIR)/win/tclWinInt.h $(TOP_DIR)/win/tclWinPort.h \
$(TOP_DIR)/win//MemoryModule.h $(DISTDIR)/win
$(TOP_DIR)/win/MemoryModule.h $(DISTDIR)/win
$(DIST_INSTALL_DATA) $(TOP_DIR)/win/*.bat $(DISTDIR)/win
$(DIST_INSTALL_DATA) $(TOP_DIR)/win/*.vc $(DISTDIR)/win
$(DIST_INSTALL_DATA) $(TOP_DIR)/win/tcl.ds* $(DISTDIR)/win
Expand Down
2 changes: 1 addition & 1 deletion win/configure
Original file line number Diff line number Diff line change
Expand Up @@ -5267,7 +5267,7 @@ fi


#--------------------------------------------------------------------
# MemoryModule support - Tip 708
# MemoryModule support - Tip 709
#--------------------------------------------------------------------
# Check whether --enable-memorymodule was given.
if test ${enable_memorymodule+y}
Expand Down
2 changes: 1 addition & 1 deletion win/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ AC_SUBST(INSTALL_MSGS)


#--------------------------------------------------------------------
# MemoryModule support - Tip 708
# MemoryModule support - Tip 709
#--------------------------------------------------------------------
AC_ARG_ENABLE(memorymodule,
AS_HELP_STRING([--enable-memorymodule],
Expand Down

0 comments on commit bfc4847

Please sign in to comment.