mirror of
https://github.com/mirror/make.git
synced 2025-01-05 18:00:12 +08:00
Formerly GNUmakefile.~85~
This commit is contained in:
parent
5b45a568c0
commit
d8817e2c39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user