From: Aaron Marcher Date: Wed, 14 Sep 2016 09:08:37 +0000 (+0200) Subject: do not overwrite config.h if config.def.h changes X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=6edc959933cc0a8c94ed4571bf668a5fe15ba7aa;p=suckless%2Fslstatus.git do not overwrite config.h if config.def.h changes --- diff --git a/Makefile b/Makefile index 4848eef..f884ae0 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ options: ${OBJ}: config.h config.mk -config.h: config.def.h +config.h: @echo creating $@ from config.def.h @cp config.def.h $@