From 4b29c78b77b2bb495398a745bb5f54d690c0727b Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Thu, 15 May 2003 14:53:45 +0000 Subject: get "make install-debug" to work. CVS patchset: 4852 CVS date: 2003/05/15 14:53:45 --- po/Makefile.in.in | 5 +++-- 1 file 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: -- cgit v1.2.3