diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-15 19:02:18 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-15 19:02:18 (EDT) |
commit | 095c8d713e3d06e71f167d35d873b1faa6cad606 (patch) | |
tree | 6f673dfe4bd0edb497c80f29bebfc892fcf01cfb | |
parent | da9d5d7a94b3c7364f647f00cd7c6cc3b779a1e3 (diff) |
Makefile.am: Drop "in-place" target
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 1a19232..796f1d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,9 +60,6 @@ do_subst = sed \ -e "s|[@]profiles[@]|$(profiles)|g" \ -e "s|[@]textdomain[@]|$(textdomain)|g" -in-place: - $(MAKE) $(AM_MAKEFLAGS) pkgdatadir=lib localedir=locale all-am - all-local: $(locale_MESSAGES) touch .builddirstamp |