Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[install] Create all directories before use
This mostly matters if someone is using DESTDIR
  • Loading branch information
Benabik committed Jul 12, 2011
1 parent 5335b5b commit ad0564e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build/Makefile.in
Expand Up @@ -221,6 +221,7 @@ all: $(NQP_EXE)

install: all
$(MKPATH) $(DESTDIR)$(NQP_LANG_DIR)
$(MKPATH) $(DESTDIR)$(PARROT_LIBRARY_DIR)
$(CP) $(P6REGEX_PBC) $(DESTDIR)$(PARROT_LIBRARY_DIR)/$(P6REGEX_PBC)
$(CP) $(REGEX_PBC) $(DESTDIR)$(PARROT_LIBRARY_DIR)/$(REGEX_PBC)
$(CP) $(HLL_PBC) $(DESTDIR)$(PARROT_LIBRARY_DIR)/$(HLL_PBC)
Expand Down

0 comments on commit ad0564e

Please sign in to comment.