diff options
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Rules b/Rules index 8d4f51fa79..507ec45528 100644 --- a/Rules +++ b/Rules @@ -107,13 +107,14 @@ $(objpfx)%.out: /dev/null $(objpfx)% # Make it 2nd arg for canned sequence. endif # tests .PHONY: distclean realclean subdir_distclean subdir_realclean \ - subdir_clean subdir_mostlyclean + subdir_clean subdir_mostlyclean extra_solibs subdir_mostlyclean: mostlyclean subdir_clean: clean subdir_distclean: distclean subdir_realclean: realclean realclean: distclean distclean: clean +extra_solibs: .PHONY: subdir_echo-headers subdir_echo-headers: echo-headers @@ -135,7 +136,6 @@ subdir_dist: dist # Convenient target to update all the generated source files. .PHONY: generated -generated: $(addprefix $(objpfx),$(generated)) generated: $(addprefix $(common-objpfx),$(common-generated)) ifndef libc.so-version |