summaryrefslogtreecommitdiff
path: root/Makefrag.am
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-10-26 17:15:50 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:49 +0200
commit4f01943b115c18ae0ee5fd1934ad7071885d3b00 (patch)
tree7afac470e5e05e1b748f8a9595b4e9bcf19b519a /Makefrag.am
parentc8f769a96a8419ec24c1ba222caab6488eb55f29 (diff)
2006-10-26 Thomas Schwinge <tschwinge@gnu.org>
[task #5956 --- ``Automake'ify GNU Mach's code base''] * Makefrag.am (gnumach.msgids): Remove repetition. * Makerules.am (%.server.msgids, %.user.msgids): Targets renamed from `%.msgids'. Also consider MIGCOMSFLAGS respective MIGCOMUFLAGS.
Diffstat (limited to 'Makefrag.am')
-rw-r--r--Makefrag.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefrag.am b/Makefrag.am
index 652e3244..30005597 100644
--- a/Makefrag.am
+++ b/Makefrag.am
@@ -324,7 +324,7 @@ nodist_libkernel_a_SOURCES += \
MOSTLYCLEANFILES += \
gnumach.msgids
gnumach.msgids: $(nodist_lib_dep_tr_for_defs_a_SOURCES)
- rm -f gnumach.msgids
+ rm -f $@
for f in $(nodist_lib_dep_tr_for_defs_a_SOURCES); do \
f=`expr "$$f" : '\(.*\)\.defs\.c'`.msgids && \
$(MAKE) $(AM_MAKEFLAGS) "$$f" && \