From 3f42726cae7f7b867d29dfe2f0639709c7c4fc61 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 4 Sep 1998 18:02:56 +0000 Subject: 1998-09-04 Roland McGrath * Makeconf (objs): New target, just compile w/o ar or ld. (OBJS): Remove bogus `%.o' default defn. * Makefile (objs, %-objs): New subdir target. --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 99968f29..40decb7d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation +# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -77,6 +77,8 @@ clean: $(addsuffix -clean,$(lib-subdirs)) $(addsuffix -clean,$(working-prog-subd relink: $(addsuffix -relink,$(lib-subdirs) $(prog-subdirs)) +objs: $(addsuffix -objs,$(lib-subdirs) $(prog-subdirs)) + install: $(addsuffix -install,$(lib-subdirs) $(working-prog-subdirs) \ $(other-subdirs)) @@ -101,6 +103,9 @@ FORCE: %-relink: $(MAKE) -C $* relink no_deps=t +%-objs: + $(MAKE) -C $* objs + %-install: $(MAKE) -C $* install -- cgit v1.2.3