From 6c1cc7fa73d93f3408f0cbea1c67903edea82643 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 29 Apr 1994 05:01:27 +0000 Subject: [PATCH] (stamp-objlist): New target. From-SVN: r7179 --- gcc/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index d030508f97b..af9824aa066 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -605,6 +605,11 @@ cross-test.o: cross-test.c native gcc-cross # This is used only if the user explicitly asks for it. compilations: ${OBJS} +# Create a list of the language-independent object files so the language +# subdirectories needn't mention their names explicitly. +stamp-objlist: Makefile + echo " $(OBJS) $(BC_OBJS)" | sed -e 's, \([a-z]\), ../\1,g' >stamp-objlist + # We call this executable `xgcc' rather than `gcc' # to avoid confusion if the current directory is in the path # and CC is `gcc'. It is renamed to `gcc' when it is installed. -- 2.30.2