2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Don't create $ARCH as side-effect of compilation.
This commit is contained in:
Ralf Corsepius
2002-12-12 06:31:49 +00:00
parent 96431668e1
commit 2eb04b25f9
6 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't create $ARCH as side-effect of compilation.
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Remove. * include/Makefile.am: Remove.

View File

@@ -133,7 +133,6 @@ $(LIB): ${OBJS}
$(make-library) $(make-library)
${ARCH}/%.$(OBJEXT): src/%.c ${ARCH}/%.$(OBJEXT): src/%.c
test -d ${ARCH} || mkdir ${ARCH}
${COMPILE} -o $@ -c $< ${COMPILE} -o $@ -c $<
UNUSED_C_FILES = src/cre_mbx.c src/del_mbx.c src/mboxtranslatereturncode.c src/network.c \ UNUSED_C_FILES = src/cre_mbx.c src/del_mbx.c src/mboxtranslatereturncode.c src/network.c \

View File

@@ -1,3 +1,7 @@
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't create $ARCH as side-effect of compilation.
2002-12-11 Vladimir Nesic <vnesic@dkts.co.yu> 2002-12-11 Vladimir Nesic <vnesic@dkts.co.yu>
* src/cancelrun.c, src/cleanuppop.c: Get the last real node not the * src/cancelrun.c, src/cleanuppop.c: Get the last real node not the

View File

@@ -178,7 +178,6 @@ $(LIB): ${OBJS}
$(make-library) $(make-library)
${ARCH}/%.$(OBJEXT): src/%.c ${ARCH}/%.$(OBJEXT): src/%.c
test -d $(ARCH) || mkdir $(ARCH)
${COMPILE} -o $@ -c $< ${COMPILE} -o $@ -c $<
# temporary so we can see how many things are left to implement # temporary so we can see how many things are left to implement

View File

@@ -1,3 +1,7 @@
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't create $ARCH as side-effect of compilation.
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Remove. * include/Makefile.am: Remove.

View File

@@ -77,7 +77,6 @@ $(LIB): ${OBJS}
$(make-library) $(make-library)
${ARCH}/%.$(OBJEXT): src/%.c ${ARCH}/%.$(OBJEXT): src/%.c
test -d $(ARCH) || mkdir $(ARCH)
${COMPILE} -o $@ -c $< ${COMPILE} -o $@ -c $<
EXTRA_DIST += $(C_FILES) EXTRA_DIST += $(C_FILES)