Explorar el Código

makefile freebsd

Julien Dehos hace 8 años
padre
commit
d57cfc7045
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      www/Makefile

+ 1 - 1
www/Makefile

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