* Makefile.in (distclean, realclean): Expand local-distclean

inline after doing recursion.  You can't recurse after removing
	Makefile.  Make them depend on local-clean.
	* Makefile.in (local-distclean):  Remove now superfluous target.
This commit is contained in:
Fred Fish 1994-01-21 22:53:18 +00:00
parent 4733517b4a
commit 1b3f3940aa
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,10 @@
Fri Jan 21 14:40:43 1994 Fred Fish (fnf@cygnus.com)
* Makefile.in (distclean, realclean): Expand local-distclean
inline after doing recursion. You can't recurse after removing
Makefile. Make them depend on local-clean.
* Makefile.in (local-distclean): Remove now superfluous target.
Mon Jan 17 12:42:07 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
* readline.c (doing_an_undo): Delete second declaration, since it

View File

@ -191,20 +191,19 @@ local-clean:
rm -f $(STAGESTUFF) *.a *.log *.cp *.tp *.vr *.fn
rm -f *.aux *.pg *.toc
local-distclean: local-clean
rm -f Makefile config.status sysdep.h
mostlyclean: local-clean
@$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
clean: local-clean
@$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
distclean: local-distclean
distclean: local-clean
@$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
rm -f Makefile config.status sysdep.h
realclean: local-distclean
realclean: local-clean
@$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
rm -f Makefile config.status sysdep.h
$(DESTDIR)/libreadline.a: libreadline.a