Makefile: Overwrite the resources by default, rather than merging.
[profile] / Makefile
index ac8fa4d..478cbef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -327,7 +327,7 @@ $(HOME)/.Xdefaults: $(HOME)/.mdw.conf dot/Xdefaults.pterm
 
 ifeq ($(shell case $${DISPLAY-nil} in (:[0-9]*) echo t ;; (*) echo nil ;; esac),t)
 dotfile-hook/.Xdefaults = \
-       $(call v_tag,XRDB)xrdb -override $<
+       $(call v_tag,XRDB)xrdb -load $<
 endif
 
 endif