net: add rte prefix to ether structures
[dpdk.git] / examples / ipsec-secgw / Makefile
index 75f2bcd..a2d8244 100644 (file)
@@ -48,7 +48,7 @@ build:
 .PHONY: clean
 clean:
        rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
-       rmdir --ignore-fail-on-non-empty build
+       test -d build && rmdir -p build || true
 
 else