Przeglądaj źródła

Makefile compatible BSD/GNU (a retester sous BSD)

Julien Dehos 8 lat temu
rodzic
commit
d7e150d112
1 zmienionych plików z 1 dodań i 1 usunięć
  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