summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-01-06 00:30:46 +0000
committerRoland McGrath <roland@redhat.com>1993-01-06 00:30:46 +0000
commitd8817e2c3956521be3d3e8fc5b8c924f3012c741 (patch)
treeab4b1f4e8193957924b7190dd60e396a7e8082a4 /GNUmakefile
parent5b45a568c05d4f73b69d3def173776e074fa3d1c (diff)
downloadgunmake-d8817e2c3956521be3d3e8fc5b8c924f3012c741.tar.gz
Formerly GNUmakefile.~85~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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