Ver código fonte

makefile freebsd

Julien Dehos 9 anos atrás
pai
commit
d57cfc7045
1 arquivos alterados com 1 adições e 1 exclusões
  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