]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - csu/Makefile
Update.
[thirdparty/glibc.git] / csu / Makefile
index 681366a2743731bfb989649babde7d33807eabb6..37ce7ccb7ec342bb924506cb46fc01f465e22625 100644 (file)
@@ -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)