diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-05-30 04:23:01 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-05-30 04:23:01 +0200 |
commit | 72978a3fcc94d31d9561695f8ab695c07a404d4f (patch) | |
tree | 9198ad72ba600c892826f9f2342a99e657118a0a | |
parent | 54add815e7f4819cd01673d957136fb999d62041 (diff) | |
download | ghdl-72978a3fcc94d31d9561695f8ab695c07a404d4f.tar.gz ghdl-72978a3fcc94d31d9561695f8ab695c07a404d4f.tar.bz2 ghdl-72978a3fcc94d31d9561695f8ab695c07a404d4f.zip |
Do not create dir for installation during configure.
Fix #359
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index d76591db4..4b1cde06d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -448,7 +448,6 @@ clean-c: force $(RM) -f fstapi.o fastlz.o lz4.o create-dirs: force - $(MKDIR) -p $(VHDL_LIB_DIR) for d in $(VHDLLIB_SUBDIRS); do \ $(MKDIR) -p $(LIBDST_DIR)/$$d; \ done |