Fix build after `make distclean'

This commit is contained in:
Alex Kotov 2021-11-17 04:16:14 +05:00
parent 5559bc4375
commit 5a941fd04d
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 6 additions and 3 deletions

View File

@ -7,9 +7,12 @@ include config/1-generated.mk
include config/2-conditionals.mk
include config/3-defvars.mk
CONFIGMKS = \
CONFIGMKS_TO_REMOVE = \
config/1-generated.mk \
config/2-conditionals.mk \
config/2-conditionals.mk
CONFIGMKS = \
$(CONFIGMKS_TO_REMOVE) \
config/3-defvars.mk
VERSION = 6.2
@ -60,7 +63,7 @@ clean:
rm -f polytreewm ${OBJ}
distclean: clean
rm -f $(CONFIGMKS)
rm -f $(CONFIGMKS_TO_REMOVE)
install: all
mkdir -p ${DESTDIR}${BINDIR}