diff options
Diffstat (limited to 'catgets/Makefile')
-rw-r--r-- | catgets/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/catgets/Makefile b/catgets/Makefile index 4646dd5a3f..725d826249 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997 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 @@ -29,6 +29,8 @@ install-bin = gencat gencat-modules = xmalloc +generated += xmalloc.o + # To find xmalloc.c vpath %.c ../locale/programs |