diff options
Diffstat (limited to 'newlib/libc/sys/sh/Makefile.in')
-rw-r--r-- | newlib/libc/sys/sh/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/newlib/libc/sys/sh/Makefile.in b/newlib/libc/sys/sh/Makefile.in index c0c122269..37c2051d0 100644 --- a/newlib/libc/sys/sh/Makefile.in +++ b/newlib/libc/sys/sh/Makefile.in @@ -331,7 +331,7 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-am: check: check-am -all-am: Makefile $(LIBRARIES) +all-am: Makefile $(LIBRARIES) all-local installdirs: install: install-am install-exec: install-exec-am @@ -407,8 +407,8 @@ ps-am: uninstall-am: -.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ - clean-generic clean-noinstLIBRARIES ctags distclean \ +.PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \ + clean clean-generic clean-noinstLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-tags dvi dvi-am \ html html-am info info-am install install-am install-data \ install-data-am install-exec install-exec-am install-info \ @@ -419,7 +419,7 @@ uninstall-am: uninstall-am uninstall-info-am -all: crt0.o +all-local: crt0.o # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |