comparison Makefile.in.in @ 1889:bf8be6575eae

[xemacs-hg @ 2004-01-28 11:20:34 by stephent] configure fixes <87ektkgw4y.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 28 Jan 2004 11:20:42 +0000
parents baca156a450b
children 6aa2e57a873e
comparison
equal deleted inserted replaced
1888:71e9a0048be8 1889:bf8be6575eae
530 ## record the configuration. Also preserve files that could be made 530 ## record the configuration. Also preserve files that could be made
531 ## by building, but normally aren't because the distribution comes 531 ## by building, but normally aren't because the distribution comes
532 ## with them. 532 ## with them.
533 533
534 ## Delete `.dvi' files here if they are not part of the distribution. 534 ## Delete `.dvi' files here if they are not part of the distribution.
535
536 ## Remove the generated load files here; they cause lots of problems
537 ## when they don't work right. (beta can't depend on distclean, which
538 ## removes necessary files generated by configure.)
535 clean: FRC.clean 539 clean: FRC.clean
536 for d in $(SUBDIR); do (cd ./$$d && $(RECURSIVE_MAKE) $@); done 540 for d in $(SUBDIR); do (cd ./$$d && $(RECURSIVE_MAKE) $@); done
541 $(RM) core lisp/auto-autoloads.el* lisp/custom-load.el*
542 $(RM) lisp/mule/auto-autoloads.el* lisp/mule/custom-load.el*
543 $(RM) modules/auto-autoloads.el* modules/custom-load.el*
537 544
538 ## `distclean' 545 ## `distclean'
539 ## Delete all files from the current directory that are created by 546 ## Delete all files from the current directory that are created by
540 ## configuring or building the program. If you have unpacked the 547 ## configuring or building the program. If you have unpacked the
541 ## source and built the program without creating any other files, 548 ## source and built the program without creating any other files,