summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-01-21 23:24:19 +0000
committerRoland McGrath <roland@redhat.com>1993-01-21 23:24:19 +0000
commitb758dc3f8b3e9385c9af82562d7029aab59fb929 (patch)
treef7d4aa266cd59c60209261412f1a7358fb213af1 /GNUmakefile
parente8a9cedc6acd0357ba60ed452f10b8499c8126f1 (diff)
downloadgunmake-b758dc3f8b3e9385c9af82562d7029aab59fb929.tar.gz
Formerly GNUmakefile.~90~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e041b12..919f7fc 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -70,11 +70,11 @@ endif # !no_libc
# We know the type of machine, so put the binaries in subdirectories.
$(ARCH)/%.o: %.c
$(COMPILE.c) -Iglob $< $(OUTPUT_OPTION)
-$(ARCH)/glob/libglob.a:
+$(ARCH)/glob/libglob.a: FORCE
$(MAKE) -C $(@D) $(@F) \
CC='$(CC)' CFLAGS='$(CFLAGS) -I..' \
CPPFLAGS='$(CPPFLAGS) -DHAVE_CONFIG_H'
-.PHONY: $(ARCH)/glob/libglob.a
+FORCE:
objs := $(addprefix $(ARCH)/,$(objs))
prog := $(ARCH)/make