Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/moxie/Makefile.in')
-rw-r--r--libgloss/moxie/Makefile.in17
1 files changed, 7 insertions, 10 deletions
diff --git a/libgloss/moxie/Makefile.in b/libgloss/moxie/Makefile.in
index bb074ce12..e87510fe2 100644
--- a/libgloss/moxie/Makefile.in
+++ b/libgloss/moxie/Makefile.in
@@ -62,10 +62,10 @@ OBJCOPY = `if [ -f ${objroot}/../binutils/objcopy ] ; \
LD_SCRIPTS = moxie-elf-common.ld qemu.ld sim.ld moxiebox.ld
-@BUILD_CRT0_TRUE@CRT0 = crt0.o
-@BUILD_CRT0_TRUE@CRT0_INSTALL = install-crt0
-@BUILD_CRT0_FALSE@CRT0 =
-@BUILD_CRT0_FALSE@CRT0_INSTALL =
+@MOXIE_BUILD_CRT0_TRUE@CRT0 = crt0.o
+@MOXIE_BUILD_CRT0_TRUE@CRT0_INSTALL = install-crt0
+@MOXIE_BUILD_CRT0_FALSE@CRT0 =
+@MOXIE_BUILD_CRT0_FALSE@CRT0_INSTALL =
SIM_BSP = libsim.a
SIM_OBJS = fstat.o \
@@ -146,15 +146,12 @@ clean mostlyclean:
rm -f *.o *.a
distclean maintainer-clean realclean: clean
- rm -f Makefile config.cache config.log config.status
+ rm -f Makefile
.PHONY: info dvi doc install-info clean-info
info doc dvi:
install-info:
clean-info:
-Makefile: Makefile.in config.status @host_makefile_frag_path@
- $(SHELL) config.status
-
-config.status: configure
- $(SHELL) config.status --recheck
+Makefile: Makefile.in ../config.status
+ cd .. && $(SHELL) config.status