aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/SIMIA32
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/SIMIA32')
-rw-r--r--os/common/startup/SIMIA32/compilers/GCC/rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/common/startup/SIMIA32/compilers/GCC/rules.mk b/os/common/startup/SIMIA32/compilers/GCC/rules.mk
index 1a77dee9e..54c27f0fa 100644
--- a/os/common/startup/SIMIA32/compilers/GCC/rules.mk
+++ b/os/common/startup/SIMIA32/compilers/GCC/rules.mk
@@ -34,7 +34,7 @@ endif
ifeq ($(BUILDDIR),.)
BUILDDIR = build
endif
-OUTFILES = $(BUILDDIR)/$(PROJECT).exe
+OUTFILES = $(BUILDDIR)/$(PROJECT)
# Source files groups and paths
@@ -143,7 +143,7 @@ else
@$(CC) -c $(ASXFLAGS) -I. $(IINCDIR) $< -o $@
endif
-%.exe: $(OBJS)
+$(BUILDDIR)/$(PROJECT): $(OBJS)
ifeq ($(USE_VERBOSE_COMPILE),yes)
@echo
$(LD) $(OBJS) $(LDFLAGS) $(LIBS) -o $@