From e1d8abbe2800defb344dcce54c401733edd1d37a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 7 Sep 1999 13:45:03 +0000 Subject: Applied patch rtems-rc-19990820-6.diff.gz from Ralf Corsepius which converted many Makefile.in's to Makefile.am's. This added a lot of files. --- c/src/lib/libcpu/powerpc/shared/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libcpu/powerpc/shared/Makefile.in') diff --git a/c/src/lib/libcpu/powerpc/shared/Makefile.in b/c/src/lib/libcpu/powerpc/shared/Makefile.in index 495bfa35b2..e8b1342203 100644 --- a/c/src/lib/libcpu/powerpc/shared/Makefile.in +++ b/c/src/lib/libcpu/powerpc/shared/Makefile.in @@ -5,8 +5,8 @@ @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ -top_builddir = ../../.. -subdir = libcpu/powerpc/shared +top_builddir = ../.. +subdir = powerpc/shared RTEMS_ROOT = @RTEMS_ROOT@ PROJECT_ROOT = @PROJECT_ROOT@ @@ -71,7 +71,7 @@ preinstall : $(INSTALL_CHANGE) -m 644 $(H_FILES) $(PROJECT_INCLUDE)/libcpu all: ${ARCH} $(SRCS) preinstall $(OBJ) $(LIB) - if [ $(RTEMS_CPU_MODEL) == "mpc750" ]; \ + if [ $(RTEMS_CPU_MODEL) = "mpc750" ]; \ then \ cd wrapup; $(MAKE); \ fi -- cgit v1.2.3