diff options
Diffstat (limited to 'lang/Sather/files/patch-System::Common::Makefile')
-rw-r--r-- | lang/Sather/files/patch-System::Common::Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/Sather/files/patch-System::Common::Makefile b/lang/Sather/files/patch-System::Common::Makefile new file mode 100644 index 000000000000..aae84a1e0451 --- /dev/null +++ b/lang/Sather/files/patch-System::Common::Makefile @@ -0,0 +1,11 @@ +--- System/Common/Makefile.orig Fri Oct 22 00:26:32 1999 ++++ System/Common/Makefile Sat May 29 23:37:05 2004 +@@ -33,7 +33,7 @@ + @echo "-- in the top level Makefile. Please do not edit it" >> $(TMPFILE) + @echo "#define CONFIG_DEFAULT_PLATFORM \"$(DEFAULT_PLATFORM)\"" >> $(TMPFILE) + @echo -n "#define CONFIG_PLATFORMS \"" >> $(TMPFILE) +- @echo -n $(PLATFORMS) | sed "s/ //;s/,/\",\"/" >> $(TMPFILE) ++ @echo -n $(PLATFORMS:S/ //g:S/,/","/g) >> $(TMPFILE) + @echo "\"" >> $(TMPFILE) + @echo "#include \"CONFIG.proto\"" >> $(TMPFILE) + @$(CPP) -undef $(TMPFILE) > CONFIG |