Parcourir la source

makefile freebsd

Julien Dehos il y a 7 ans
Parent
commit
d57cfc7045
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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