From f442116c660c92b9e2def37a04723be81af7de7a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 12 Dec 2002 16:06:22 +0000 Subject: 2002-12-12 Ralf Corsepius * automake/compile.am: Remove creating $(ARCH) in compilation rules. --- automake/compile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'automake/compile.am') diff --git a/automake/compile.am b/automake/compile.am index 1c0b010e18..b925e0a10e 100644 --- a/automake/compile.am +++ b/automake/compile.am @@ -88,15 +88,12 @@ AS = $(CC) ASCOMPILE = $(AS) $(AM_ASFLAGS) $(ASFLAGS) ${ARCH}/%.o: %.c - test -d $(ARCH) || mkdir $(ARCH) ${COMPILE} -o $@ -c $< ${ARCH}/%.o: %.cc - test -d $(ARCH) || mkdir $(ARCH) ${CXXCOMPILE} -o $@ -c $< ${ARCH}/%.o: %.S - test -d $(ARCH) || mkdir $(ARCH) ${CCASCOMPILE} -DASM -o $@ -c $< # Dependency files for use by gmake -- cgit v1.2.3