From 08d303024932657335ed73032992e1c3f966c29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 1 Aug 2022 00:51:10 +0200 Subject: Static should create its own directories when installing. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 34ffaa71..8a1d4d23 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,6 @@ install: all install -d $(DESTDIR)$(GUILE_SITE_DIR) $(DESTDIR)$(GUILE_CCACHE_DIR) rsync -a module/ $(DESTDIR)$(GUILE_SITE_DIR) rsync -a obj-$(GUILE_VERSION)/ $(DESTDIR)$(GUILE_CCACHE_DIR) - install -d $(DESTDIR)/usr/share/calp/www $(MAKE) -C static install $(MAKE) -C system install $(MAKE) -C doc/ref install -- cgit v1.2.3