(CPPFLAGS): Add -Iglob.

This commit is contained in:
Roland McGrath 1995-12-12 05:47:27 +00:00
parent 8c13a20895
commit 737e056a89

View file

@ -113,7 +113,7 @@ $(archpfx)load.o: load.c
$(archpfx)load.dep: load.c $(archpfx)load.dep: load.c
$(mkdep) $(LOAD_AVG) $< | sed 's,$*\.o,& $@,' > $@ $(mkdep) $(LOAD_AVG) $< | sed 's,$*\.o,& $@,' > $@
CPPFLAGS := -I$(ARCH) -DHAVE_CONFIG_H $(filter-out @%@,$(CPPFLAGS)) CPPFLAGS := -I$(ARCH) -Iglob -DHAVE_CONFIG_H $(filter-out @%@,$(CPPFLAGS))
ifneq "$(wildcard $(ARCH)/makefile)" "" ifneq "$(wildcard $(ARCH)/makefile)" ""
include $(ARCH)/makefile include $(ARCH)/makefile