diff options
Diffstat (limited to 'src/nix-store/Makefile.am')
-rw-r--r-- | src/nix-store/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nix-store/Makefile.am b/src/nix-store/Makefile.am index 588d645eb67b..c1fda12b5753 100644 --- a/src/nix-store/Makefile.am +++ b/src/nix-store/Makefile.am @@ -11,10 +11,3 @@ main.o: help.txt.hh AM_CXXFLAGS = \ -I.. ${bdb_include} $(aterm_include) -I../libutil -I../libstore -I../libmain - -init-state-local: - $(INSTALL) -d $(DESTDIR)$(localstatedir)/nix - $(INSTALL) -d $(DESTDIR)$(localstatedir)/nix/db - $(INSTALL) -d $(DESTDIR)$(localstatedir)/log/nix - $(INSTALL) -d $(DESTDIR)$(prefix)/store -# $(bindir)/nix-store --init |