diff options
Diffstat (limited to 'csu')
-rw-r--r-- | csu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csu/Makefile b/csu/Makefile index 681366a274..37ce7ccb7e 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -1,6 +1,6 @@ # Makefile for csu code for GNU C library. -# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -44,6 +44,7 @@ include ../Makeconfig ifeq ($(elf),yes) before-compile = $(objpfx)abi-tag.h +generated += abi-tag.h endif ifeq ($(have-initfini),yes) |