diff options
Diffstat (limited to 'libio/config.shared')
-rw-r--r-- | libio/config.shared | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/config.shared b/libio/config.shared index 85513f13ac4..ff509959a7e 100644 --- a/libio/config.shared +++ b/libio/config.shared @@ -474,8 +474,8 @@ depend.new: >depend.new $(CXX) -M $(CXXINCLUDES) $(DEPEND_SOURCES) \ | sed -e 's|$(srcdir)/|$$(srcdir)/|g' \ - -e 's| [^ ]_G_config.h| $$(_G_CONFIG_H)|g' \ - -e 's| /[^ ]*||g' \ + -e 's| [^ ]*_G_config.h| $$(_G_CONFIG_H)|g' \ + -e 's| /[^ ]*||g' -e 's| libc-lock\.h||' \ -e '/^[ ]*\\$$/d' -e 's/^[ ]*$$//' \ | sed -e 's|$$(srcdir)/[.][.]|$$(srcdir)/$$(MULTISRCTOP)..|g' \ -e 's|$$(srcdir)/\([^/]*[.]c\)|\1|' \ |