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:
Ralf Corsepius
2002-12-12 06:31:43 +00:00
parent 2d709236c9
commit 96431668e1
2 changed files with 6 additions and 2 deletions
+5
View File
@@ -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.
+1 -2
View File
@@ -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}