diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index c4c0ba7..dc7c924 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -69,7 +69,7 @@ endif # !no_libc # We know the type of machine, so put the binaries in subdirectories. $(ARCH)/%.o: %.c - $(COMPILE.c) $< $(OUTPUT_OPTION) + $(COMPILE.c) -Iglob $< $(OUTPUT_OPTION) $(ARCH)/glob/libglob.a: $(MAKE) -C $(@D) $(@F) .PHONY: $(ARCH)/glob/libglob.a |