summaryrefslogtreecommitdiffstats
path: root/automake/compile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--automake/compile.am3
1 files changed, 0 insertions, 3 deletions
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