Formerly GNUmakefile.~85~

This commit is contained in:
Roland McGrath 1993-01-06 00:30:46 +00:00
parent 5b45a568c0
commit d8817e2c39

View file

@ -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