Skip to content

Commit

Permalink
Makerules.mk: Make moc rule to respect automake's silent mode
Browse files Browse the repository at this point in the history
See osdn #42458

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
  • Loading branch information
cazfi committed Jun 27, 2021
1 parent 2a6560a commit 77c4412
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bootstrap/Makerules.mk
@@ -1,4 +1,4 @@
#/**********************************************************************
#/***********************************************************************
# Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
#
# This program is free software; you can redistribute it and/or modify
Expand All @@ -15,4 +15,5 @@

# Generate Qt meta object source from header
$(MOC_FILES) : meta_%.cpp: %.h
$(MOCCMD) -o $@ $<
@if ! $(AM_V_P) ; then echo " MOC $@" ; fi
$(AM_V_at) $(MOCCMD) -o $@ $<

0 comments on commit 77c4412

Please sign in to comment.