summaryrefslogtreecommitdiffstats
path: root/erlang/Makefile.am
diff options
context:
space:
mode:
authorHilko Bengen <bengen@hilluzination.de>2011-11-15 21:28:20 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-11-16 12:38:33 +0000
commitddb3fac1bf1b0493779c9425b518598473ef106a (patch)
tree4d97bbde12ca8953ec395cc7e05c614e328fdb2b /erlang/Makefile.am
parentb051fffc6f4f6c095a3401f89a47fbb948a71ee1 (diff)
downloadlibguestfs-ddb3fac1bf1b0493779c9425b518598473ef106a.tar.gz
libguestfs-ddb3fac1bf1b0493779c9425b518598473ef106a.tar.xz
libguestfs-ddb3fac1bf1b0493779c9425b518598473ef106a.zip
out of tree build: erlang
Diffstat (limited to 'erlang/Makefile.am')
-rw-r--r--erlang/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang/Makefile.am b/erlang/Makefile.am
index f3363758..2c9e3592 100644
--- a/erlang/Makefile.am
+++ b/erlang/Makefile.am
@@ -32,7 +32,7 @@ erlang_bindir = $(libdir)/erlang/lib/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/ebin
erlang_bin_DATA = guestfs.beam
guestfs.beam: guestfs.erl
- $(ERLC) +debug_info guestfs.erl
+ $(ERLC) +debug_info $^
bin_PROGRAMS = erl-guestfs