summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 02:50:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 02:50:26 +0000
commit78facc4915d91217be50cd8cb3b471d5a79bb3a3 (patch)
tree506bef5db637c9dd094b2d8a505f6223e718498b /c
parentMoved include files to hppa1.1 subdirectory and put their sources (diff)
downloadrtems-78facc4915d91217be50cd8cb3b471d5a79bb3a3.tar.bz2
Removed "up and over" into libbsp/.../include.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/mips64orion/clock/Makefile.in1
-rw-r--r--c/src/lib/libcpu/mips64orion/include/Makefile.in3
2 files changed, 1 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/mips64orion/clock/Makefile.in b/c/src/lib/libcpu/mips64orion/clock/Makefile.in
index f34ac2c9c8..5004fa945d 100644
--- a/c/src/lib/libcpu/mips64orion/clock/Makefile.in
+++ b/c/src/lib/libcpu/mips64orion/clock/Makefile.in
@@ -62,7 +62,6 @@ ${PGM}: ${SRCS} ${OBJS}
all: ${ARCH} $(SRCS) $(PGM)
-# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
install: all
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
diff --git a/c/src/lib/libcpu/mips64orion/include/Makefile.in b/c/src/lib/libcpu/mips64orion/include/Makefile.in
index 60c41999f0..9c5249601a 100644
--- a/c/src/lib/libcpu/mips64orion/include/Makefile.in
+++ b/c/src/lib/libcpu/mips64orion/include/Makefile.in
@@ -18,8 +18,7 @@ include $(RTEMS_ROOT)/make/leaf.cfg
INSTALL_CHANGE = @INSTALL_CHANGE@
-all: FORCEIT
- cd ../../../libbsp/$(RTEMS_CPU)/$(RTEMS_BSP_FAMILY)/include; $(MAKE) all
+all:
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \