diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2025-08-30 15:10:23 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2025-08-30 15:10:23 (GMT) |
| commit | b3960702d2b108b979b5fe49f26836acaa98bb7f (patch) | |
| tree | 66d85259273e7c67f58255ac002d7b9a0e1dd962 /unix | |
| parent | 71018d99543556eb5b97e58c2722dfe7aa2ea20a (diff) | |
| download | tcl-b3960702d2b108b979b5fe49f26836acaa98bb7f.zip tcl-b3960702d2b108b979b5fe49f26836acaa98bb7f.tar.gz tcl-b3960702d2b108b979b5fe49f26836acaa98bb7f.tar.bz2 | |
Backport of oo::object-><cloned> in C.
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/Makefile.in | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 253d384..e6b9b9d 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1464,7 +1464,7 @@ tclNamesp.o: $(GENERIC_DIR)/tclNamesp.c $(COMPILEHDR) tclNotify.o: $(GENERIC_DIR)/tclNotify.c $(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclNotify.c -tclOO.o: $(GENERIC_DIR)/tclOO.c $(GENERIC_DIR)/tclOOScript.h +tclOO.o: $(GENERIC_DIR)/tclOO.c $(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclOO.c tclOOBasic.o: $(GENERIC_DIR)/tclOOBasic.c @@ -2203,11 +2203,6 @@ $(GENERIC_DIR)/tclOOStubInit.c: $(GENERIC_DIR)/tclOO.decls @echo "Developers may want to run \"make genstubs\" to regenerate." @echo "This warning can be safely ignored, do not report as a bug!" -$(GENERIC_DIR)/tclOOScript.h: $(TOOL_DIR)/tclOOScript.tcl - @echo "Warning: tclOOScript.h may be out of date." - @echo "Developers may want to run \"make genscript\" to regenerate." - @echo "This warning can be safely ignored, do not report as a bug!" - genstubs: $(NATIVE_TCLSH) $(TOOL_DIR)/genStubs.tcl $(GENERIC_DIR) \ $(GENERIC_DIR)/tcl.decls $(GENERIC_DIR)/tclInt.decls \ @@ -2215,10 +2210,6 @@ genstubs: $(NATIVE_TCLSH) $(TOOL_DIR)/genStubs.tcl $(GENERIC_DIR) \ $(GENERIC_DIR)/tclOO.decls -genscript: - $(NATIVE_TCLSH) $(TOOL_DIR)/makeHeader.tcl \ - $(TOOL_DIR)/tclOOScript.tcl $(GENERIC_DIR)/tclOOScript.h - # # Target to check that all exported functions have an entry in the stubs # tables. |
