summaryrefslogtreecommitdiff
path: root/Rules
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-03-08 23:07:34 +0000
committerRoland McGrath <roland@gnu.org>1993-03-08 23:07:34 +0000
commitddc557ff64249e8ce871cbe150a6d3ae4318c727 (patch)
tree48d06786965783be3790713f42ea89a621f7d946 /Rules
parent217dd3eb587e959567fc8c5582d1909c8631739d (diff)
Formerly ../Rules.~23~
Diffstat (limited to 'Rules')
-rw-r--r--Rules6
1 files changed, 0 insertions, 6 deletions
diff --git a/Rules b/Rules
index b4ae75991c..02d1375596 100644
--- a/Rules
+++ b/Rules
@@ -112,9 +112,3 @@ 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 $@