summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 6f089f12..10dd5778 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,7 +3,7 @@ DESTDIR=
SUBDIRS := svgtopng
-all: $(SUBDIRS) build
+all: build
$(SUBDIRS):
$(MAKE) -C $@
@@ -29,7 +29,7 @@ icon-caches:
gtk-update-icon-cache -f $(DESTDIR)/$(PREFIX)/share/icons/elementary-xfce-darker
gtk-update-icon-cache -f $(DESTDIR)/$(PREFIX)/share/icons/elementary-xfce-darkest
-build: builddir
+build: builddir $(SUBDIRS)
chmod +x ./svgtopng/pngtheme.sh
@./svgtopng/pngtheme.sh build/elementary-xfce
@./svgtopng/pngtheme.sh build/elementary-xfce-dark