diff options
author | Timothy Pearson <[email protected]> | 2014-12-28 01:54:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-12-28 01:54:54 -0600 |
commit | 2850ce9ae60fcd2946a4407edb8678871bc52f3c (patch) | |
tree | ad855beb0c6dc5f4615b8939b541ec5c55504b6c /po | |
parent | 017a2b33d21e041d718a546bafb9a00381713bd0 (diff) | |
download | libr-2850ce9ae60fcd2946a4407edb8678871bc52f3c.tar.gz libr-2850ce9ae60fcd2946a4407edb8678871bc52f3c.zip |
Add autogen.sh and remove automatically generated files
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 0df87ca..fecf500 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -418,13 +418,9 @@ $(DUMMYPOFILES): update-gmo: Makefile $(GMOFILES) @: -# Recreate Makefile by invoking config.status. Explicitly invoke the shell, -# because execution permission bits may not work on the current file system. -# Use @SHELL@, which is the shell determined by autoconf for the use by its -# scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ cd $(top_builddir) \ - && @SHELL@ ./config.status $(subdir)/[email protected] po-directories + && $(SHELL) ./config.status $(subdir)/[email protected] po-directories force: |