mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
clean up mostlyclean changes
This commit is contained in:
parent
3b30df82b6
commit
e9b5ed5986
@ -1,3 +1,8 @@
|
|||||||
|
Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in: get rid of earlier definitions for *clean,
|
||||||
|
also handle the recursive info rule better
|
||||||
|
|
||||||
Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
|
Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in (mostlyclean, distclean, realclean): Fix to
|
* Makefile.in (mostlyclean, distclean, realclean): Fix to
|
||||||
|
@ -225,12 +225,12 @@ TARGET_FLAGS_TO_PASS = \
|
|||||||
# The first rule in the file had better be this one. Don't put any above it.
|
# The first rule in the file had better be this one. Don't put any above it.
|
||||||
all: $(ALL)
|
all: $(ALL)
|
||||||
|
|
||||||
.PHONY: all info install-info dvi clean-info
|
.PHONY: all info install-info
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
|
||||||
info check clean-info dvi distclean mostlyclean realclean:
|
info check dvi:
|
||||||
@rootme=`pwd` ; export rootme ; \
|
@rootme=`pwd` ; export rootme ; \
|
||||||
$(MAKE) $(FLAGS_TO_PASS) DO=info "DODIRS=$(SUBDIRS)" subdir_do
|
$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
|
||||||
|
|
||||||
install-info: install-info-dirs force
|
install-info: install-info-dirs force
|
||||||
-parent=`echo $(infodir)|sed -e 's@/[^/]*$$@@'`; \
|
-parent=`echo $(infodir)|sed -e 's@/[^/]*$$@@'`; \
|
||||||
|
Loading…
Reference in New Issue
Block a user