mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-29 13:03:54 +00:00
* 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:
parent
4733517b4a
commit
1b3f3940aa
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user