Forgot to make sure the optimization tweak only happens when BUILD_OPT is set. Duh.

This commit is contained in:
briano 1998-05-15 19:02:42 +00:00
parent e40d8a1618
commit 3ef5e8253e

View File

@ -90,7 +90,9 @@ include $(DEPTH)/config/rules.mk
# egcs-2.90.23 980102 (egcs-1.0.1 release)
#
ifeq ($(OS_ARCH)$(CPU_ARCH),Linuxalpha)
ifdef BUILD_OPT
$(OBJDIR)/jidctred.o: jidctred.c
@$(MAKE_OBJDIR)
$(CC) -o $@ -c $(XP_DEFINE) -O $(OS_CFLAGS) $(MDUPDATE_FLAGS) $(DEFINES) $(INCLUDES) $(XCFLAGS) $(PROF_FLAGS) $<
endif
endif