diff options
Diffstat (limited to 'catgets')
-rw-r--r-- | catgets/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/catgets/Makefile b/catgets/Makefile index 725d826..0631599 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -26,11 +26,10 @@ distribute = catgetsinfo.h config.h routines = catgets open_catalog others = gencat install-bin = gencat +extra-objs = $(gencat-modules:=.o) gencat-modules = xmalloc -generated += xmalloc.o - # To find xmalloc.c vpath %.c ../locale/programs |