diff options
author | John Dennis <jdennis@redhat.com> | 2010-03-09 17:07:21 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-03-16 13:58:17 -0400 |
commit | ae1d6d38f01d6ef577a89389a85c3bdbba4e993b (patch) | |
tree | 28eba72b00e8cd41559f7c17fe3b729c5f99dcf4 /install | |
parent | c350f841342675440837740f9df1c582e499da25 (diff) | |
download | freeipa-ae1d6d38f01d6ef577a89389a85c3bdbba4e993b.tar.gz freeipa-ae1d6d38f01d6ef577a89389a85c3bdbba4e993b.tar.xz freeipa-ae1d6d38f01d6ef577a89389a85c3bdbba4e993b.zip |
remove .pot target from Makefile.in
We want to manually make the .pot file, we shouldn't have anything
in the Makefile which will cause the .pot file to be rebuilt
because of dependencies.
Diffstat (limited to 'install')
-rw-r--r-- | install/po/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/install/po/Makefile.in b/install/po/Makefile.in index f696c17f9..8cb578911 100644 --- a/install/po/Makefile.in +++ b/install/po/Makefile.in @@ -185,9 +185,6 @@ create-po: $(DOMAIN).pot fi; \ done -$(DOMAIN).pot: $(POTFILES) - $(MAKE) update-pot - update-po: update-pot $(MAKE) all |