From f51b2cf6910e016e95179ba7e8712043f4fb98a2 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Fri, 14 Nov 2025 13:39:52 +0100 Subject: [PATCH] $(TOPDIR)/Makefile: Remove superfluous SUBDIRS Don't define SUBDIRS, that's redundant to topdir.mk's definition. Signed-off-by: Jan Lindemann --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d895d87a..d8989976 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ TOPDIR = . -SUBDIRS = make scripts bin htdocs tmpl conf doc RPM_UPLOAD_URLPREFIX ?= rsync_ssh://$(JANWARE_USER)@pkg.janware.com:/srv/dav/pub/packages/jw-foss/$(RPM_UPLOAD_OS_NAME)/$(RPM_UPLOAD_OS_VERSION) include $(TOPDIR)/make/proj.mk