summaryrefslogtreecommitdiffstats
path: root/.pentadactyl
diff options
context:
space:
mode:
Diffstat (limited to '.pentadactyl')
-rw-r--r--.pentadactyl/Makefile2
-rw-r--r--.pentadactyl/plugins/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pentadactyl/Makefile b/.pentadactyl/Makefile
index e0640d2..6c3ac5c 100644
--- a/.pentadactyl/Makefile
+++ b/.pentadactyl/Makefile
@@ -1,4 +1,4 @@
-DESTDIR:=$(DESTDIR)/.pentadactyl
+SUBDIR=.pentadactyl
modules=plugins
include ../dotfiles.mk
diff --git a/.pentadactyl/plugins/Makefile b/.pentadactyl/plugins/Makefile
index 8ed9478..badaa01 100644
--- a/.pentadactyl/plugins/Makefile
+++ b/.pentadactyl/plugins/Makefile
@@ -1,4 +1,4 @@
-DESTDIR:=$(DESTDIR)/plugins
+SUBDIR=plugins
objects=emacs.penta
include ../../dotfiles.mk