From fb16fed75af901ef67a2f887fc119b37414eccfb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 21 Dec 1999 15:25:05 +0000 Subject: Patch rtems-rc-19991203-10.diff from Ralf Corsepius which fixes a couple of bugs in RTEMS's old style Makefile.ins, which apparently were introduced by moving the start directories and not having adapted the Makefile.ins. To apply: patch -p1 < rtems-rc-19991203-10.diff --- c/src/lib/libbsp/powerpc/shared/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/shared/Makefile.in') diff --git a/c/src/lib/libbsp/powerpc/shared/Makefile.in b/c/src/lib/libbsp/powerpc/shared/Makefile.in index a9c04df2cb..fc6a413784 100644 --- a/c/src/lib/libbsp/powerpc/shared/Makefile.in +++ b/c/src/lib/libbsp/powerpc/shared/Makefile.in @@ -23,13 +23,13 @@ SRCS = all: $(SRCS) # We only build the Network library if HAS_NETWORKING was defined -NETWORK_yes_V = dec21140 +NETWORK_yes_V = dec21140 NETWORK = $(NETWORK_$(HAS_NETWORKING)_V) # wrapup is the one that actually builds and installs the library # from the individual .rel files built in other directories -SUB_DIRS = clock console include pci residual openpic irq vectors \ - start startup motorola bootloader $(NETWORK) +SUBDIRS = clock console include pci residual openpic irq vectors start \ + startup motorola bootloader $(NETWORK) Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ -- cgit v1.2.3