about summary refs log tree commit diff
path: root/src/nix-store
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-12-07T22·07+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-12-07T22·07+0000
commite24d0201c29b09483944b462bd62b71a90c99c97 (patch)
tree009961a42a361f6ba2c6e92c917f460ee69b9b39 /src/nix-store
parent2819eb36a43488c348942de5ef4dca4442b999db (diff)
* Doh!
Diffstat (limited to 'src/nix-store')
-rw-r--r--src/nix-store/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/Makefile.am b/src/nix-store/Makefile.am
index b96b8dc362..1a07bcbb30 100644
--- a/src/nix-store/Makefile.am
+++ b/src/nix-store/Makefile.am
@@ -4,7 +4,7 @@ nix_store_SOURCES = nix-store.cc dotgraph.cc dotgraph.hh help.txt
 nix_store_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \
  ../boost/format/libformat.la ${bdb_lib} ${aterm_lib}
 
-main.o: help.txt.hh
+nix-store.o: help.txt.hh
 
 %.txt.hh: %.txt
 	../bin2c/bin2c helpText < $< > $@ || (rm $@ && exit 1)