mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-27 07:15:02 +00:00
Formerly GNUmakefile.~85~
This commit is contained in:
parent
5b45a568c0
commit
d8817e2c39
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue