From e24d0201c29b09483944b462bd62b71a90c99c97 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 7 Dec 2006 22:07:05 +0000 Subject: * Doh! --- src/nix-store/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nix-store') diff --git a/src/nix-store/Makefile.am b/src/nix-store/Makefile.am index b96b8dc36293..1a07bcbb300e 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) -- cgit 1.4.1