From d46d03434223f43cd294860697ac94819a5aecdd Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 24 Feb 1993 23:39:33 +0000 Subject: [PATCH] Formerly ../Rules.~22~ --- Rules | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Rules b/Rules index 275dbc3a6e..b4ae75991c 100644 --- a/Rules +++ b/Rules @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1992 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1993 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 @@ -112,3 +112,9 @@ export dont_distribute := $(dont_distribute) subdir_dist: dist dist: ../Make-dist $(MAKE) -f $< $(Make-dist-args) + +# XXX finish this. + +$(objpfx)stubs-$(subdir).h: Makefile $(stubbed-routines) + sed -n 's/^stub_warning *(\([^)]*\).*$/#define __stub_\1/p' $< > $@.new + mv $@.new $@ -- 2.11.0