From 37c61db8a57cde228ee2e387df0b21f23ac468c3 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Fri, 7 Apr 2017 12:17:31 +0000 Subject: [PATCH] Makefile: Remove pkgconfig subdir on clean target Signed-off-by: Jan Lindemann --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 69fb579c..40c8dbcf 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,13 @@ -TOPDIR = . -SUBDIRS = make scripts bin texdoc +TOPDIR = . +SUBDIRS = make scripts bin texdoc RPM_UPLOAD_URLPREFIX ?= rsync_ssh://$(JANWARE_USER)@ftp.janware.com:/srv/ftp/pub/packages/jw-foss/$(RPM_UPLOAD_OS_NAME)/$(RPM_UPLOAD_OS_VERSION) include $(TOPDIR)/make/proj.mk include $(MODDIR)/make/topdir.mk +all: +clean: clean.pkgconfig + +clean.pkgconfig: + rm -rf pkgconfig +