From b049185d518f38fe8a5be5315027044722a3aaff Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Tue, 25 Oct 2011 12:36:43 -0700 Subject: [PATCH] Nit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb2b705e1..1ee342534 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ pdfjs: @mkdir -p $(BUILD_DIR) @cd src; \ cat $(PDF_JS_FILES) > all_files.tmp; \ - sed -E '/INSERT_POINT/ r all_files.tmp' pdf.js > ../$(PDFJS_TARGET); \ + sed '/INSERT_POINT/ r all_files.tmp' pdf.js > ../$(PDFJS_TARGET); \ rm -f all_files.tmp; \ cd ..