summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-12-23 20:45:55 +0000
committerRoland McGrath <roland@gnu.org>1993-12-23 20:45:55 +0000
commit2f95fc028e4bf2b683f202fcfc5269b0ece3440e (patch)
treef00976f4be75c0df823fb513fa0b38e9563e6814 /Makerules
parent4e530ccf06e8662bb8e8519ab026aba4b623a4e2 (diff)
Formerly Makerules.~105~
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 1c85e2696f..42a0202975 100644
--- a/Makerules
+++ b/Makerules
@@ -141,7 +141,7 @@ $(objpfx)dummy.dep:
$(objpfx)%.o: $(objpfx)%.S $(before-compile); $(compile-command.S)
$(objpfx)%.dep: $(objpfx)%.S $(before-compile); $(+make-deps)
$(objpfx)%.o: $(objpfx)%.s $(before-compile); $(compile-command.s)
-$(objpfx)%.dep: $(objpfx).s $(objpfx)dummy.dep; $(make-dummy-dep)
+$(objpfx)%.dep: $(objpfx)%.s $(objpfx)dummy.dep; $(make-dummy-dep)
$(objpfx)%.o: $(objpfx)%.c $(before-compile); $(compile-command.c)
$(objpfx)%.dep: $(objpfx)%.c $(before-compile); $(+make-deps)
@@ -368,6 +368,7 @@ endif
ifdef install
$(addprefix $(bindir)/,$(install)): $(bindir)/%: $(objpfx)%
+ $(make-target-directory)
$(INSTALL) $< $@
endif
ifdef install-lib