diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-05-15 14:53:45 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-05-15 14:53:45 +0000 |
commit | 4b29c78b77b2bb495398a745bb5f54d690c0727b (patch) | |
tree | 687b29951734c5052040422fa0c02176eb5b7402 | |
parent | 9f99a4aaca3c9e6f82caa0b88ed80d55d9412320 (diff) | |
download | xine-lib-4b29c78b77b2bb495398a745bb5f54d690c0727b.tar.gz xine-lib-4b29c78b77b2bb495398a745bb5f54d690c0727b.tar.bz2 |
get "make install-debug" to work.
CVS patchset: 4852
CVS date: 2003/05/15 14:53:45
-rw-r--r-- | po/Makefile.in.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index f38366d30..0dee5284f 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -21,8 +21,6 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ -include $(top_srcdir)/misc/Makefile.common - prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ @@ -196,6 +194,9 @@ Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ $(SHELL) ./config.status +debug: +install-debug: install + # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |