diff options
author | marcel <marcel@FreeBSD.org> | 2003-06-15 14:34:27 +0800 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-06-15 14:34:27 +0800 |
commit | 7e8fcd459283fea656e45cdc8f78dad70ff7d861 (patch) | |
tree | e7c90228921d67e323978f2f4da7e61f2135a90a /lang/tcl80/files | |
parent | beb7c068d5460b960279abd5ab1a6290a559fc89 (diff) | |
download | freebsd-ports-gnome-7e8fcd459283fea656e45cdc8f78dad70ff7d861.tar.gz freebsd-ports-gnome-7e8fcd459283fea656e45cdc8f78dad70ff7d861.tar.zst freebsd-ports-gnome-7e8fcd459283fea656e45cdc8f78dad70ff7d861.zip |
Complete the list of source files by adding tclResolve.c. Not
building it causes downstream dependencies to force the libraries
to be rebuilt. We don't want that.
There's no mention of tclResolve.c being excluded in the history,
so I expect it was just an unfortunate ommision.
Diffstat (limited to 'lang/tcl80/files')
-rw-r--r-- | lang/tcl80/files/Makefile.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl80/files/Makefile.lib b/lang/tcl80/files/Makefile.lib index d7fdc392a628..6115e99c1999 100644 --- a/lang/tcl80/files/Makefile.lib +++ b/lang/tcl80/files/Makefile.lib @@ -39,7 +39,7 @@ SRCS= \ $(GENERIC_DIR)/tclCompile.c $(GENERIC_DIR)/tclExecute.c\ $(GENERIC_DIR)/tclBinary.c $(GENERIC_DIR)/tclCompExpr.c\ $(GENERIC_DIR)/tclIndexObj.c $(GENERIC_DIR)/tclListObj.c\ - $(GENERIC_DIR)/tclNamesp.c\ + $(GENERIC_DIR)/tclNamesp.c $(GENERIC_DIR)/tclResolve.c\ $(GENERIC_DIR)/tclObj.c $(GENERIC_DIR)/tclPipe.c\ $(GENERIC_DIR)/tclStringObj.c $(GENERIC_DIR)/tclTimer.c\ $(UNIX_DIR)/tclUnixChan.c $(UNIX_DIR)/tclUnixFCmd.c \ |