Removed "up and over" into libbsp/.../include.

This commit is contained in:
Joel Sherrill
1999-11-09 02:50:26 +00:00
parent 9af31a6e92
commit 78facc4915
2 changed files with 1 additions and 3 deletions

View File

@@ -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

View File

@@ -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) \