Skip to content

Commit

Permalink
Don't mix pattern rules with normal rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Sep 6, 2010
1 parent 817328e commit 32cf406
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2010-09-06 Andreas Schwab <schwab@redhat.com>

* manual/Makefile: Don't mix pattern rules with normal rules.

2010-09-05 Andreas Schwab <schwab@linux-m68k.org>

* debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
Expand Down
5 changes: 4 additions & 1 deletion manual/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,10 @@ ifdef objpfx
.PHONY: stubs
stubs: $(objpfx)stubs
endif
$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
$(objpfx)stubs ../po/manual.pot:
$(make-target-directory)
touch $@
$(objpfx)stamp%:
$(make-target-directory)
touch $@

Expand Down

0 comments on commit 32cf406

Please sign in to comment.