mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
16 lines
875 B
Text
16 lines
875 B
Text
--- Makefile.in.orig 2014-03-17 03:14:44 UTC
|
|
+++ Makefile.in
|
|
@@ -362,11 +362,11 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-DIRS = w32 intl gts src data lib newlib example tools tutorial README_FILES po tests
|
|
+DIRS = intl gts src data lib newlib example tools tutorial README_FILES po tests
|
|
SUBDIRS = ${DIRS} @DOC@
|
|
DIST_SUBDIRS = ${DIRS} doc
|
|
INTLTOOL_FILES = intltool-extract.in intltool-merge.in intltool-update.in
|
|
-EXTRA_DIST = config.rpath globalconst.h README.git README.w32 icon-theme-installer $(INTLTOOL_FILES)
|
|
+EXTRA_DIST = config.rpath globalconst.h README.git icon-theme-installer $(INTLTOOL_FILES)
|
|
DISTCLEANFILES = configure.lineno intltool-extract intltool-merge intltool-update po/.intltool-merge-cache
|
|
MAINTAINERCLEANFILES = $(INTLTOOL_FILES)
|
|
ACLOCAL_AMFLAGS = -I m4
|