Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #17 from Benabik/master
make install fixes
  • Loading branch information
moritz committed Jul 12, 2011
2 parents 5335b5b + 9764cc7 commit 845d921
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/build/Makefile.in
Expand Up @@ -41,7 +41,6 @@ CINCLUDES = -I$(PARROT_INCLUDE_DIR) -I$(PARROT_INCLUDE_DIR)/pmc
LINKARGS = $(LDFLAGS) $(LD_LOAD_FLAGS) $(LIBPARROT) @libs@ @icu_shared@

# nqp directories
NQP_LANG_DIR = $(PARROT_LIB_DIR)/languages/nqp
DYNEXT_DIR = dynext
PMC_DIR = src/pmc
OPS_DIR = src/ops
Expand Down Expand Up @@ -220,7 +219,7 @@ CLEANUPS = \
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 845d921

Please sign in to comment.