diff options
author | Bruno Haible <bruno@clisp.org> | 2006-07-26 12:00:58 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:41 +0200 |
commit | 68fca0cbbd8055f63c5ba9075b6a5ab5d3389bb2 (patch) | |
tree | cffae758c9e06abd3a213d6366e774f6b47ce9ef /gettext-tools/libgrep/Makefile.am | |
parent | 0c5db0a77cb1b631382c69566504028fd3bd1dca (diff) | |
download | external_gettext-68fca0cbbd8055f63c5ba9075b6a5ab5d3389bb2.zip external_gettext-68fca0cbbd8055f63c5ba9075b6a5ab5d3389bb2.tar.gz external_gettext-68fca0cbbd8055f63c5ba9075b6a5ab5d3389bb2.tar.bz2 |
Remove MSVC/nmake build support.
Diffstat (limited to 'gettext-tools/libgrep/Makefile.am')
-rw-r--r-- | gettext-tools/libgrep/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gettext-tools/libgrep/Makefile.am b/gettext-tools/libgrep/Makefile.am index 7ae854a..b5a8b75 100644 --- a/gettext-tools/libgrep/Makefile.am +++ b/gettext-tools/libgrep/Makefile.am @@ -48,8 +48,3 @@ libgrep_a_DEPENDENCIES = @LIBGREPOBJS@ EXTRA_DIST += $(LIBADD_SOURCE) AM_CPPFLAGS = -I.. -I../lib -I$(top_srcdir)/lib -I../intl - - -# Woe32 support. - -EXTRA_DIST += Makefile.msvc |