mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
Use MKDIRS_P instead of mkinstalldirs.
2007-11-08 Matthias Clasen <mclasen@redhat.com> * Makefile.am: Use MKDIRS_P instead of mkinstalldirs. svn path=/trunk/; revision=5829
This commit is contained in:
parent
5c3887f500
commit
11c7634af3
@ -1,3 +1,7 @@
|
|||||||
|
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.am: Use MKDIRS_P instead of mkinstalldirs.
|
||||||
|
|
||||||
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gmarkup.h: Include gslist.h. Pointed out by Michael Natterer.
|
* glib/gmarkup.h: Include gslist.h. Pointed out by Michael Natterer.
|
||||||
|
@ -58,7 +58,7 @@ configexecincludedir = $(libdir)/glib-2.0/include
|
|||||||
#configexecinclude_DATA = glibconfig.h
|
#configexecinclude_DATA = glibconfig.h
|
||||||
|
|
||||||
install-exec-local: glibconfig.h
|
install-exec-local: glibconfig.h
|
||||||
$(mkinstalldirs) $(DESTDIR)$(configexecincludedir)
|
$(MKDIR_P) $(DESTDIR)$(configexecincludedir)
|
||||||
file=$(DESTDIR)$(configexecincludedir)/glibconfig.h; \
|
file=$(DESTDIR)$(configexecincludedir)/glibconfig.h; \
|
||||||
if test -r $$file && cmp -s glibconfig.h $$file; then :; \
|
if test -r $$file && cmp -s glibconfig.h $$file; then :; \
|
||||||
else $(INSTALL_DATA) glibconfig.h $$file; fi
|
else $(INSTALL_DATA) glibconfig.h $$file; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user