diff --git a/Makefile.common b/Makefile.common index cbabd196b..34dda8569 100644 --- a/Makefile.common +++ b/Makefile.common @@ -29,7 +29,6 @@ ifndef OS_ARCH OS_ARCH := $(shell $(JAVA) -cp lib:$(JAVA_CLASSPATH) $(OSINFO_CLASS) --arch) endif - # Windows uses different path separators ifeq ($(OS_NAME),Windows) sep := ;