Skip to content

Commit

Permalink
Fix wrong assignment to MAKEFFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
dottedmag committed Aug 17, 2011
1 parent 3282228 commit 9479578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign

MAKEFLAGS += $(if $(filter-out 0,$(V)),,--no-print-directory --quiet)
MAKEFLAGS = $(if $(filter-out 0,$(V)),,--no-print-directory --quiet)

SUBDIRS = pub $(NOVA_SUBDIR) $(CONSTELLATION_SUBDIR) src docs examples masterfiles

Expand Down

0 comments on commit 9479578

Please sign in to comment.