diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-23 13:30:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-23 13:30:45 (GMT) |
commit | 7e63083ea10c94a9a905807f6f457820303f787f (patch) | |
tree | 0db35f66b0aaef9cca59a04278f416a90673bebc /unix/Makefile.in | |
parent | 92eff9a92206e2292cbd5dbc8e2320ce874ea7fb (diff) | |
parent | 5c8ce61f7963bdd41e0d7c9d18a7b4e5f918eb35 (diff) | |
download | tcl-7e63083ea10c94a9a905807f6f457820303f787f.zip tcl-7e63083ea10c94a9a905807f6f457820303f787f.tar.gz tcl-7e63083ea10c94a9a905807f6f457820303f787f.tar.bz2 |
Merge 8.7
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 c950719..54fcf64 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 |