diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-23 10:08:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-23 10:08:46 (GMT) |
commit | 06ea55d820a91810fe57afda632449d0bca2fe52 (patch) | |
tree | 29752caf6952d7ef54869ca9af7839bbf4755366 /unix/Makefile.in | |
parent | eb9f949b2cfdc79e6a450a1e4f6e3580ccde4d9f (diff) | |
download | tcl-06ea55d820a91810fe57afda632449d0bca2fe52.zip tcl-06ea55d820a91810fe57afda632449d0bca2fe52.tar.gz tcl-06ea55d820a91810fe57afda632449d0bca2fe52.tar.bz2 |
Simplify implementation on Cygwin: No need to use CFG_RUNTIME_BINDIR any more
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 15d80cb..f885f5a 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1523,7 +1523,6 @@ tclZipfs.o: $(GENERIC_DIR)/tclZipfs.c $(CC) -c $(CC_SWITCHES) \ -DCFG_RUNTIME_DLLFILE="\"$(TCL_LIB_FILE)\"" \ -DCFG_RUNTIME_LIBDIR="\"$(libdir)\"" \ - -DCFG_RUNTIME_BINDIR="\"$(bindir)\"" \ -I$(ZLIB_DIR) -I$(ZLIB_DIR)/contrib/minizip \ $(GENERIC_DIR)/tclZipfs.c |