File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ mostlyclean: mostlyclean-recursive
28
28
clean : clean-recursive
29
29
30
30
distclean-local :
31
- rm -f Makefile config.status config.cache config.log
31
+ rm -f Makefile config.status config.cache config.log tixConfig.sh
32
32
33
33
distclean : distclean-recursive distclean-local
34
34
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ distclean::
307
307
fi ; \
308
308
done ;
309
309
- rm -f config.status Makefile.bak config.status \
310
- config.cache config.log tixConfig.tcl * ~ Makefile
310
+ config.cache config.log tixConfig.tcl * ~ Makefile pkgIndex.tcl
311
311
312
312
# CYGNUS LOCAL: Makefile depends upon config.status
313
313
Makefile :Makefile.in config.status
Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ clean:
537
537
$(SAM_TARGETS ) tclSamLib.c tkSamLib.c
538
538
539
539
distclean : clean
540
- rm -f Makefile config.* lib.exp
540
+ rm -f Makefile config.* lib.exp pkgIndex.tcl
541
541
542
542
depend :
543
543
makedepend -- $(CC_SWITCHES ) -- $(SRCS )
You can’t perform that action at this time.
0 commit comments