$(TOPDIR)/Makefile: Remove superfluous SUBDIRS

Don't define SUBDIRS, that's redundant to topdir.mk's definition.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2025-11-14 13:39:52 +01:00
commit f51b2cf691

View file

@ -1,5 +1,4 @@
TOPDIR = . 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) 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 include $(TOPDIR)/make/proj.mk