diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-11-16 00:16:46 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-11-16 00:16:46 +0000 |
commit | bc41c3ffcf8d4d13e0fccb107fd70e65ea9af1ef (patch) | |
tree | 5fe84dd890ea9f14d4201bf1a992305a7f718db4 /gdk-pixbuf/pixops | |
parent | ac5c0dbc986168216f79d309e15c020b3d39fedf (diff) | |
download | gtk+-bc41c3ffcf8d4d13e0fccb107fd70e65ea9af1ef.tar.gz |
remove unecessary rules for win32-specific config-substituted targets. If
Wed Nov 15 18:39:40 2000 Owen Taylor <otaylor@redhat.com>
* **/Makefile.am : remove unecessary rules for win32-specific
config-substituted targets. If you want these rules, use
--enable-maintainer-mode (called automatically by autogen.sh).
Stops a lot of unneccessary make-time warnings.
* gtk/gtktext{layout,display}.c: Factor in total width as
well as screen when figuring alignment for word-wrap as well as
no wrap; this is necessary to handle lines that cannot be wrapped
at all.
Diffstat (limited to 'gdk-pixbuf/pixops')
-rw-r--r-- | gdk-pixbuf/pixops/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdk-pixbuf/pixops/Makefile.am b/gdk-pixbuf/pixops/Makefile.am index f799f42ffc..4e12319862 100644 --- a/gdk-pixbuf/pixops/Makefile.am +++ b/gdk-pixbuf/pixops/Makefile.am @@ -25,7 +25,3 @@ EXTRA_DIST = \ DETAILS \ makefile.mingw \ makefile.mingw.in - -makefile.mingw: $(top_builddir)/config.status $(top_srcdir)/gdk-pixbuf/pixops/makefile.mingw.in - cd $(top_builddir) && CONFIG_FILES=gdk-pixbuf/pixops/$@ CONFIG_HEADERS= $(SHELL) ./config.status - |