mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-04 10:38:58 +02:00
2005-04-02 Tollef Fog Heen <tfheen@err.no>
Author: tfheen
Date: 2005-04-02 15:17:09 GMT
2005-04-02 Tollef Fog Heen <tfheen@err.no>
* glib-patches/distcheckfix.diff: Move glibconfig-sysdefs.h and
glibconfig.h to DISTCLEANFILES since they're made by configure.
This commit is contained in:
parent
650d0a6ab6
commit
a3d85bb344
2 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2005-04-02 Tollef Fog Heen <tfheen@err.no>
|
||||
|
||||
* glib-patches/distcheckfix.diff: Move glibconfig-sysdefs.h and
|
||||
glibconfig.h to DISTCLEANFILES since they're made by configure.
|
||||
|
||||
* parse.c (parse_libs): Handle -framework as a single argument.
|
||||
(Freedesktop #1278)
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,12 @@
|
|||
+CLEANFILES = makefile.msc
|
||||
--- glib-1.2.8/Makefile.am.old 2005-03-28 13:20:29.053829656 +0200
|
||||
+++ glib-1.2.8/Makefile.am 2005-03-28 13:20:47.429836916 +0200
|
||||
@@ -120,3 +120,6 @@
|
||||
@@ -120,3 +120,8 @@
|
||||
&& cp INSTALL README $(distdir) ; \
|
||||
fi \
|
||||
&& cp glib.spec $(distdir)
|
||||
+
|
||||
+CLEANFILES = stamp-gc-h glibconfig-sysdefs.h glibconfig.h makefile.msc \
|
||||
+DISTCLEANFILES = glibconfig-sysdefs.h glibconfig.h
|
||||
+
|
||||
+CLEANFILES = stamp-gc-h makefile.msc \
|
||||
+ glibconfig.h.win32 config.h.win32
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue