瀏覽代碼

Makefile compatible BSD/GNU (a retester sous BSD)

Julien Dehos 8 年之前
父節點
當前提交
d7e150d112
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      www/Makefile

+ 1 - 1
www/Makefile

@@ -1,4 +1,4 @@
-SED = $(shell which -s gsed && echo gsed || echo sed)
+SED = $(shell which gsed &> /dev/null && echo gsed || echo sed)
 
 .PHONY: all clean