mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-25 21:47:46 +00:00
Formerly GNUmakefile.~90~
This commit is contained in:
parent
e8a9cedc6a
commit
b758dc3f8b
1 changed files with 2 additions and 2 deletions
|
@ -70,11 +70,11 @@ 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) -Iglob $< $(OUTPUT_OPTION)
|
$(COMPILE.c) -Iglob $< $(OUTPUT_OPTION)
|
||||||
$(ARCH)/glob/libglob.a:
|
$(ARCH)/glob/libglob.a: FORCE
|
||||||
$(MAKE) -C $(@D) $(@F) \
|
$(MAKE) -C $(@D) $(@F) \
|
||||||
CC='$(CC)' CFLAGS='$(CFLAGS) -I..' \
|
CC='$(CC)' CFLAGS='$(CFLAGS) -I..' \
|
||||||
CPPFLAGS='$(CPPFLAGS) -DHAVE_CONFIG_H'
|
CPPFLAGS='$(CPPFLAGS) -DHAVE_CONFIG_H'
|
||||||
.PHONY: $(ARCH)/glob/libglob.a
|
FORCE:
|
||||||
objs := $(addprefix $(ARCH)/,$(objs))
|
objs := $(addprefix $(ARCH)/,$(objs))
|
||||||
prog := $(ARCH)/make
|
prog := $(ARCH)/make
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue