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 | f6a1f1dc2220061a5ee7a2ce64ead8ccb1043fcc (patch) | |
tree | f46860a92edcd8229a6c5e069ce3c1c453237af3 /gdk-pixbuf/pixops | |
parent | a3747dc5874813ff6fabbc1d94914a8ced865bc5 (diff) | |
download | gdk-pixbuf-f6a1f1dc2220061a5ee7a2ce64ead8ccb1043fcc.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 f799f42ff..4e1231986 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 - |