mirror of
https://github.com/mirror/make.git
synced 2025-01-07 10:50:54 +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.
|
# We know the type of machine, so put the binaries in subdirectories.
|
||||||
$(ARCH)/%.o: %.c
|
$(ARCH)/%.o: %.c
|
||||||
$(COMPILE.c) $< $(OUTPUT_OPTION)
|
$(COMPILE.c) -Iglob $< $(OUTPUT_OPTION)
|
||||||
$(ARCH)/glob/libglob.a:
|
$(ARCH)/glob/libglob.a:
|
||||||
$(MAKE) -C $(@D) $(@F)
|
$(MAKE) -C $(@D) $(@F)
|
||||||
.PHONY: $(ARCH)/glob/libglob.a
|
.PHONY: $(ARCH)/glob/libglob.a
|
||||||
|
Loading…
Reference in New Issue
Block a user