diff options
author | Reuben Thomas <rrt@sc3d.org> | 2005-04-16 15:28:32 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2005-04-16 15:28:32 +0000 |
commit | 44f65a8106b873a7d7ff6e45c2b0e1f98da5ba7a (patch) | |
tree | 619c33cf4e212ef963e4d82b3bc13babb4c72ad8 | |
parent | 182305127ad81118931716e9ef077d19819f4874 (diff) | |
download | plptools-44f65a8106b873a7d7ff6e45c2b0e1f98da5ba7a.tar.gz plptools-44f65a8106b873a7d7ff6e45c2b0e1f98da5ba7a.tar.bz2 plptools-44f65a8106b873a7d7ff6e45c2b0e1f98da5ba7a.zip |
Change po/Makefile -> po/Makefile.in so that po/Makefile is properly
generated.
The previous diff claims to have done this, but in fact adds
intl/Makefile to the list so that it is generated.
-rw-r--r-- | conf/configure.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/configure.in.in b/conf/configure.in.in index 72603b2..548e9c5 100644 --- a/conf/configure.in.in +++ b/conf/configure.in.in @@ -317,7 +317,7 @@ fi AC_OUTPUT( Makefile intl/Makefile - po/Makefile + po/Makefile.in lib/Makefile ncpd/Makefile plpftp/Makefile |