mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +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>
|
||||
|
||||
* 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
|
||||
|
||||
install-exec-local: glibconfig.h
|
||||
$(mkinstalldirs) $(DESTDIR)$(configexecincludedir)
|
||||
$(MKDIR_P) $(DESTDIR)$(configexecincludedir)
|
||||
file=$(DESTDIR)$(configexecincludedir)/glibconfig.h; \
|
||||
if test -r $$file && cmp -s glibconfig.h $$file; then :; \
|
||||
else $(INSTALL_DATA) glibconfig.h $$file; fi
|
||||
|
Loading…
Reference in New Issue
Block a user