mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-27 07:15:02 +00:00
Formerly GNUmakefile.~86~
This commit is contained in:
parent
92cd154b95
commit
50a643208f
1 changed files with 3 additions and 1 deletions
|
@ -71,7 +71,9 @@ endif # !no_libc
|
|||
$(ARCH)/%.o: %.c
|
||||
$(COMPILE.c) -Iglob $< $(OUTPUT_OPTION)
|
||||
$(ARCH)/glob/libglob.a:
|
||||
$(MAKE) -C $(@D) $(@F)
|
||||
$(MAKE) -C $(@D) $(@F) \
|
||||
CC='$(CC)' CFLAGS='$(CFLAGS) -I..' \
|
||||
CPPFLAGS='$(CPPFLAGS) -DHAVE_CONFIG_H'
|
||||
.PHONY: $(ARCH)/glob/libglob.a
|
||||
objs := $(addprefix $(ARCH)/,$(objs))
|
||||
prog := $(ARCH)/make
|
||||
|
|
Loading…
Reference in a new issue