From 7c670bc7301c92335faeb25f4ba1322caccce378 Mon Sep 17 00:00:00 2001 From: Suresh Sundriyal Date: Sat, 30 Jul 2016 16:04:30 -0700 Subject: [PATCH] [freebsd] Fix out of source builds --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3d0151be..8d735e8a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,7 +33,7 @@ init-sql.c: bin2c $(BIN2C_V)./bin2c -z -c $(srcdir)/init.sql $@ %.c: %.lnav bin2c - $(BIN2C_V)./bin2c -z -c $< $@ + $(BIN2C_V)./bin2c -z -c $(srcdir)/$< $@ TIME_FORMATS = \ "@%@" \