ソースを参照

Makefile compatible BSD/GNU (a retester sous BSD)

Julien Dehos 9 年 前
コミット
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