summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/powerpc/wrap/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/powerpc/wrap/Makefile.in15
1 files changed, 12 insertions, 3 deletions
diff --git a/c/src/exec/score/cpu/powerpc/wrap/Makefile.in b/c/src/exec/score/cpu/powerpc/wrap/Makefile.in
index 12c0f00ee0..881ed9f487 100644
--- a/c/src/exec/score/cpu/powerpc/wrap/Makefile.in
+++ b/c/src/exec/score/cpu/powerpc/wrap/Makefile.in
@@ -11,12 +11,17 @@
@SET_MAKE@
srcdir = @srcdir@
-VPATH = @srcdir@/..
-RTEMS_ROOT = @top_srcdir@
-PROJECT_ROOT = @PROJECT_ROOT@
+top_srcdir = @top_srcdir@
+top_builddir = ../../../../../../..
+subdir = c/src/exec/score/cpu/powerpc/wrap
INSTALL = @INSTALL@
+RTEMS_ROOT = $(top_srcdir)/@RTEMS_TOPdir@
+PROJECT_ROOT = @PROJECT_ROOT@
+
+VPATH = @srcdir@/..
+
RELS=../$(ARCH)/rtems-cpu.rel
# C source names, if any, go here -- minus the .c
@@ -72,3 +77,7 @@ install: all
preinstall: ${ARCH}
$(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status