diet -Os please

This commit is contained in:
leitner 2003-11-07 13:48:28 +00:00
parent 6622288c7c
commit 20bd85b52d

View File

@ -27,7 +27,7 @@ path = $(subst :, ,$(PATH))
diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet)) diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet))
ifeq ($(strip $(diet_path)),) ifeq ($(strip $(diet_path)),)
ifneq ($(wildcard /opt/diet/bin/diet),) ifneq ($(wildcard /opt/diet/bin/diet),)
DIET=/opt/diet/bin/diet DIET=/opt/diet/bin/diet -Os
else else
DIET= DIET=
endif endif