net: add rte prefix to ether structures
[dpdk.git] / examples / ipv4_multicast / Makefile
index 5a1e368..5595b9c 100644 (file)
@@ -36,7 +36,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 # Build using legacy build system