From 82ff34234d9ae19d5f2386c4f25b7d9e6dba0f0a Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 22 Feb 2016 01:36:57 -0500 Subject: [PATCH] Fix Makefile warnings on Travis --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4ea3e5d2..ffd0296a 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # along with this program. If not, see . SHELL = /bin/bash -.PHONY: all version program path deps run race build clean test format docs rpmbuild rpm srpm spec tar upload upload-sources upload-srpms upload-rpms copr +.PHONY: all version program path deps run race build clean test format docs rpmbuild mkdirs rpm srpm spec tar upload upload-sources upload-srpms upload-rpms copr .SILENT: clean SVERSION := $(shell git describe --match '[0-9]*\.[0-9]*\.[0-9]*' --tags --dirty --always) @@ -156,7 +156,7 @@ $(SOURCE): rpmbuild/ rpmbuild/: mkdir -p rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS} -rpmbuild: +mkdirs: mkdir -p rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS} #