diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-07T22·07+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-07T22·07+0000 |
commit | e24d0201c29b09483944b462bd62b71a90c99c97 (patch) | |
tree | 009961a42a361f6ba2c6e92c917f460ee69b9b39 /src/nix-worker | |
parent | 2819eb36a43488c348942de5ef4dca4442b999db (diff) |
* Doh!
Diffstat (limited to 'src/nix-worker')
-rw-r--r-- | src/nix-worker/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-worker/Makefile.am b/src/nix-worker/Makefile.am index 6c537a3f9312..f6106450b858 100644 --- a/src/nix-worker/Makefile.am +++ b/src/nix-worker/Makefile.am @@ -4,7 +4,7 @@ nix_worker_SOURCES = nix-worker.cc help.txt nix_worker_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \ ../boost/format/libformat.la ${bdb_lib} ${aterm_lib} -main.o: help.txt.hh +nix-worker.o: help.txt.hh %.txt.hh: %.txt ../bin2c/bin2c helpText < $< > $@ || (rm $@ && exit 1) |