diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-10 12:19:31 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-10 12:19:31 +0000 |
commit | 6e10d9886cfe518d1407331a7a8e5bac85390249 (patch) | |
tree | 9269b792b3eb8866a1700c66d92a768a6a9c68fc | |
parent | 1b5fb35a8db7bcf568a2318118068b6c01169c14 (diff) |
ensure $(buildir)/src and $(builddir)/include/X11 exist before installing
generated files there
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.am | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-06-10 Alexander Gottwald <ago at freedesktop dot org> + + * Makefile.am: + ensure $(buildir)/src and $(builddir)/include/X11 exist before installing + generated files there + 2005-05-24 Alexander Gottwald <ago at freedesktop dot org> * Makefile.am: diff --git a/Makefile.am b/Makefile.am index e0ba2e2..ab743c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,6 +52,7 @@ all-local: $(BUILT_FILES) $(BUILT_FILES): $(top_builddir)/util/makestrs -i $(top_srcdir) $(STRINGSABIOPTIONS) < $(STRING_LIST) > StringDefs.c + $(install_sh_DATA) -d $(top_builddir)/src $(top_builddir)/include/X11 $(install_sh_DATA) StringDefs.c $(top_builddir)/src $(install_sh_DATA) $(top_builddir)/StringDefs.h $(top_builddir)/include/X11/ $(install_sh_DATA) $(top_builddir)/Shell.h $(top_builddir)/include/X11/ |