Sfoglia il codice sorgente

Makefile compatible BSD/GNU (a retester sous BSD)

Julien Dehos 8 anni fa
parent
commit
d7e150d112
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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