summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-01-06 08:01:02 +0000
committerRoland McGrath <roland@gnu.org>1994-01-06 08:01:02 +0000
commitd721f0d3a2ac61ee9065823cec84314d709b7491 (patch)
tree79e84ae71d7f93f73fbee750fbd0fa7a455327b2 /Makerules
parentb0ebaf853091b153e64dfbd8906cffcd2121efa6 (diff)
Formerly Makerules.~106~
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makerules b/Makerules
index 42a0202975..df8203bf00 100644
--- a/Makerules
+++ b/Makerules
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
+# Copyright (C) 1991, 1992, 1993, 1994 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
@@ -131,7 +131,7 @@ $(before-compile):
# have source in .s files, and thus do not in fact need a .dep file.
# So we must define rules to make .dep files for .s files.
define make-dummy-dep
-$(addprefix ln $(objpfx)dummy.dep ,$(wildcard $@))
+$(addprefix ln $(objpfx)dummy.dep ,$(filter-out $(wildcard $@),$@))
endef
$(objpfx)dummy.dep:
echo '# .s files cannot contain includes, so they need no deps.' > $@