From: Doug Evans Date: Fri, 29 Apr 1994 05:01:27 +0000 (+0000) Subject: (stamp-objlist): New target. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c1cc7fa73d93f3408f0cbea1c67903edea82643;p=gcc.git (stamp-objlist): New target. From-SVN: r7179 --- 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.