comparison Makefile.in @ 3840:1c293134f823

* Makefile.in (top_distclean): Use -f switch when cleaning out lock dir; it might be empty.
author Jim Blandy <jimb@redhat.com>
date Sat, 19 Jun 1993 21:05:21 +0000
parents 554e6c290291
children a91cdccf5458
comparison
equal deleted inserted replaced
3839:3cc238ae0de5 3840:1c293134f823
450 ### `make distclean' should leave only the files that were in the 450 ### `make distclean' should leave only the files that were in the
451 ### distribution. 451 ### distribution.
452 top_distclean=\ 452 top_distclean=\
453 rm -f config.status build-install ; \ 453 rm -f config.status build-install ; \
454 rm -f Makefile ${SUBDIR_MAKEFILES} ; \ 454 rm -f Makefile ${SUBDIR_MAKEFILES} ; \
455 (cd lock ; rm *) 455 (cd lock ; rm -f *)
456 distclean: FRC.distclean 456 distclean: FRC.distclean
457 (cd src; make ${MFLAGS} distclean) 457 (cd src; make ${MFLAGS} distclean)
458 (cd oldXMenu; make ${MFLAGS} distclean) 458 (cd oldXMenu; make ${MFLAGS} distclean)
459 (cd lib-src; make ${MFLAGS} distclean) 459 (cd lib-src; make ${MFLAGS} distclean)
460 (cd man; make ${MFLAGS} distclean) 460 (cd man; make ${MFLAGS} distclean)