mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-01-16 22:50:24 +01:00
Fix automake-warning.diff to not patch on top of another patch from
glib-patches.
This commit is contained in:
parent
4ef3fc90d3
commit
cfd3a3dd1c
3 changed files with 4 additions and 10 deletions
|
|
@ -3,6 +3,9 @@
|
|||
* glib-patches/autoconf-warning.diff,
|
||||
glib-patches/automake-warning.diff Fix path prefix so it applies.
|
||||
|
||||
Also fix automake-warning.diff to not patch on top of another
|
||||
patch from glib-patches.
|
||||
|
||||
2007-05-30 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* parse.c: Fix problem on Win32 where the automagic prefix
|
||||
|
|
|
|||
|
|
@ -28,12 +28,3 @@ diff -ur -x autom4te.cache -x aclocal.m4 -x configure -x Makefile.in -x config.h
|
|||
|
||||
CONFIGURE_DEPENDENCIES = acglib.m4
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
fi \
|
||||
&& cp glib.spec $(distdir)
|
||||
|
||||
-DISTCLEANFILES = glibconfig-sysdefs.h glibconfig.h glibconfig.h.win32 \
|
||||
+DISTCLEANFILES = glibconfig-sysdefs.h glibconfig.h glibconfig.h.win32 \
|
||||
config.h.win32
|
||||
|
||||
CLEANFILES = stamp-gc-h makefile.msc
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
fi \
|
||||
&& cp glib.spec $(distdir)
|
||||
+
|
||||
+DISTCLEANFILES = glibconfig-sysdefs.h glibconfig.h glibconfig.h.win32 \
|
||||
+DISTCLEANFILES = glibconfig-sysdefs.h glibconfig.h glibconfig.h.win32 \
|
||||
+ config.h.win32
|
||||
+
|
||||
+CLEANFILES = stamp-gc-h makefile.msc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue