diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-24 18:51:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-24 18:51:11 +0000 |
commit | 3519948b95bcaedae6e6378bd5ea7cb61100eb8e (patch) | |
tree | 128ae0c8c537f850420bfec0c14665e154ad080a /csu/Makefile | |
parent | 81ec479710240c995a1f3b5783663da77275c876 (diff) | |
download | glibc-3519948b95bcaedae6e6378bd5ea7cb61100eb8e.tar.gz glibc-3519948b95bcaedae6e6378bd5ea7cb61100eb8e.tar.xz glibc-3519948b95bcaedae6e6378bd5ea7cb61100eb8e.zip |
Update. cvs/libc-ud-2_0_94
1998-05-24 Ulrich Drepper <drepper@cygnus.com> * version.h: Bump VERSION. * csu/Makefile (distribute): Add munch-tmpl.c.
Diffstat (limited to 'csu/Makefile')
-rw-r--r-- | csu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/Makefile b/csu/Makefile index dfc76f2877..7b30d3bba9 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -37,7 +37,7 @@ omit-deps = $(patsubst %.o,%,$(start-installed-name) g$(start-installed-name) \ install-lib = $(start-installed-name) g$(start-installed-name) \ $(csu-dummies) distribute = initfini.c gmon-start.c start.c defs.awk munch.awk \ - abi-note.S init.c + abi-note.S init.c munch-tmpl.c generated = version-info.h before-compile = $(objpfx)version-info.h |