mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-25 02:08:13 +02:00
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.
19 lines
721 B
Diff
19 lines
721 B
Diff
--- glib-1.2.8/tests/Makefile.am.old 2005-03-28 13:18:58.219623027 +0200
|
|
+++ glib-1.2.8/tests/Makefile.am 2005-03-28 13:19:07.243153444 +0200
|
|
@@ -34,3 +34,5 @@
|
|
|
|
makefile.msc: $(top_builddir)/config.status $(top_srcdir)/tests/makefile.msc.in
|
|
cd $(top_builddir) && CONFIG_FILES=tests/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
+
|
|
+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,8 @@
|
|
&& cp INSTALL README $(distdir) ; \
|
|
fi \
|
|
&& cp glib.spec $(distdir)
|
|
+
|
|
+DISTCLEANFILES = glibconfig-sysdefs.h glibconfig.h
|
|
+
|
|
+CLEANFILES = stamp-gc-h makefile.msc \
|
|
+ glibconfig.h.win32 config.h.win32
|