diff options
Diffstat (limited to 'libio/config.shared')
-rw-r--r-- | libio/config.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/config.shared b/libio/config.shared index ef5a8a531c2..85513f13ac4 100644 --- a/libio/config.shared +++ b/libio/config.shared @@ -474,7 +474,7 @@ 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_config.h| $$(_G_CONFIG_H)|g' \ -e 's| /[^ ]*||g' \ -e '/^[ ]*\\$$/d' -e 's/^[ ]*$$//' \ | sed -e 's|$$(srcdir)/[.][.]|$$(srcdir)/$$(MULTISRCTOP)..|g' \ |