diff options
-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 |