From: roland Date: Mon, 9 Oct 1995 19:03:55 +0000 (+0000) Subject: ($(objpfx)errsystems.c): Rule reenabled. X-Git-Tag: libc-951016~58 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=0c9c0bb07e15e7e700621131d092bc5f1997cb6e ($(objpfx)errsystems.c): Rule reenabled. --- diff --git a/mach/Makefile b/mach/Makefile index 4595628e8a..bfabc33185 100644 --- a/mach/Makefile +++ b/mach/Makefile @@ -184,7 +184,6 @@ endif # Be sure not to make these with implicit rules from foo.defs. mach.h mach/memory_object.h: ; -ifneq (,) # A gcc bug prevents the generated file from working properly, # so we have one in the distribution for the time being. generated += errsystems.c @@ -192,4 +191,3 @@ $(objpfx)errsystems.c: errsystems.awk err_*.sub \ $(wildcard $(addsuffix /err_*.sub,$(+sysdep_dirs))) gawk -v subsys='$(filter-out $<,$^)' -f $^ > $@.n mv $@.n $@ -endif