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

* Makefile.am: Add $(dirstamp) to compilation rules.
This commit is contained in:
Ralf Corsepius
2003-12-01 04:04:54 +00:00
parent de48a0ea91
commit 0998f21c44
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add $(dirstamp) to compilation rules.
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add $(dirstamp) to preinstallation rules.

View File

@@ -22,13 +22,13 @@ OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
AM_CPPFLAGS += -I$(top_builddir)
AM_CPPFLAGS += $(LIBC_DEFINES)
${ARCH}/%.$(OBJEXT): src/%.c
${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp)
${COMPILE} -o $@ -c $<
$(LIB): ${OBJS}
$(make-library)
all-local: $(PREINSTALL_FILES) ${ARCH} $(LIB)
all-local: $(PREINSTALL_FILES) $(LIB)
PREINSTALL_FILES =

View File

@@ -1,3 +1,7 @@
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add $(dirstamp) to compilation rules.
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add $(dirstamp) to preinstallation rules.

View File

@@ -130,9 +130,9 @@ OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
AM_CFLAGS += $(LIBC_DEFINES)
all-local: ${ARCH} ${LIB}
all-local: ${LIB}
${ARCH}/%.$(OBJEXT): src/%.c
${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp)
${COMPILE} -o $@ -c $<
$(LIB): ${OBJS}