Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
automake confusion
git-svn-id: https://gtknode.googlecode.com/svn/trunk@21 9999ab98-4a1b-0410-ba6a-d90168ca9a37
  • Loading branch information
massemanet committed Nov 20, 2006
1 parent 81b0c52 commit d3ab8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Expand Up @@ -6,6 +6,6 @@ erlbeamdir = $(ERLANG_INSTALL_LIB_DIR_gtknode)/ebin
erlbeam_DATA = gtknode.beam
CLEANFILES = $(erlbeam_DATA)

.SUFFIXES: .erl .beam
SUFFIXES = .erl .beam
.erl.beam:
$(ERLC) $(ERLCFLAGS) -b beam $<

0 comments on commit d3ab8f8

Please sign in to comment.