mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 16:44:32 +08:00
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't create $ARCH as side-effect of compilation. Re-order all-local.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Don't create $ARCH as side-effect of compilation.
|
||||
Re-order all-local.
|
||||
|
||||
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Remove.
|
||||
|
||||
@@ -145,10 +145,9 @@ OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
|
||||
|
||||
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
||||
|
||||
all-local: ${ARCH} $(PREINSTALL_FILES) $(LIB)
|
||||
all-local: $(PREINSTALL_FILES) $(ARCH) $(LIB)
|
||||
|
||||
${ARCH}/%.o: src/%.c
|
||||
test -d $(ARCH) || mkdir $(ARCH)
|
||||
${COMPILE} -o $@ -c $<
|
||||
|
||||
$(LIB): ${OBJS}
|
||||
|
||||
Reference in New Issue
Block a user