diff options
author | Roland McGrath <roland@redhat.com> | 1993-01-06 00:30:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-01-06 00:30:46 +0000 |
commit | d8817e2c3956521be3d3e8fc5b8c924f3012c741 (patch) | |
tree | ab4b1f4e8193957924b7190dd60e396a7e8082a4 | |
parent | 5b45a568c05d4f73b69d3def173776e074fa3d1c (diff) | |
download | gunmake-d8817e2c3956521be3d3e8fc5b8c924f3012c741.tar.gz |
Formerly GNUmakefile.~85~
-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 |