Skip to content

Commit

Permalink
small amend to [bc693446a9001783] (forgotten unsaved changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebres committed Oct 22, 2024
1 parent fd5e759 commit d5840fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ ${TEST_DLL_FILE}: ${TCL_STUB_LIB_FILE} ${TCLTEST_OBJS}
@MAKE_DLL@ ${TCLTEST_OBJS} $(TCL_STUB_LIB_FILE) $(SHLIB_LD_LIBS)
$(COPY) tclsh.exe.manifest ${TEST_DLL_FILE}.manifest

${TEST_EXE_FILE}: ${TCL_LIB_FILE} ${TCL_STUB_LIB_FILE} ${TCLTEST_OBJS} tclTestMain.${OBJEXT}
${TEST_EXE_FILE}: @LIBRARIES@ ${TCL_STUB_LIB_FILE} ${TCLTEST_OBJS} tclTestMain.${OBJEXT}
@$(RM) ${TEST_EXE_FILE}
$(CC) $(CFLAGS) $(TCLTEST_OBJS) tclTestMain.$(OBJEXT) $(TCL_LIB_FILE) $(TCL_STUB_LIB_FILE) $(LIBS) \
tclsh.$(RES) $(CC_EXENAME) $(LDFLAGS_CONSOLE)
Expand Down

0 comments on commit d5840fa

Please sign in to comment.