2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Remove all LIB-related rules.
This commit is contained in:
Ralf Corsepius
2003-11-23 12:45:43 +00:00
parent 8f83131a12
commit 930ad0c0e6
2 changed files with 5 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove all LIB-related rules.
2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't use gmake rules for preinstallation.

View File

@@ -23,17 +23,7 @@ include_rtems_new_exceptions_HEADERS = rtems/new-exceptions/cpu.h
include_rtems_powerpcdir = $(includedir)/rtems/powerpc
include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h
C_FILES = # cpu.c
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
S_FILES = # cpu_asm.S
OBJS += $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
$(LIB): $(OBJS)
$(make-library)
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
$(TMPINSTALL_FILES)
all-local: $(PREINSTALL_FILES)
PREINSTALL_FILES =