Skip to content

Commit e48d8aa

Browse files
committed
Merge branch 'master' into qregex
2 parents 62c9c31 + 845d921 commit e48d8aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/build/Makefile.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ CINCLUDES = -I$(PARROT_INCLUDE_DIR) -I$(PARROT_INCLUDE_DIR)/pmc
4141
LINKARGS = $(LDFLAGS) $(LD_LOAD_FLAGS) $(LIBPARROT) @libs@ @icu_shared@
4242

4343
# nqp directories
44-
NQP_LANG_DIR = $(PARROT_LIB_DIR)/languages/nqp
4544
DYNEXT_DIR = dynext
4645
PMC_DIR = src/pmc
4746
OPS_DIR = src/ops
@@ -234,7 +233,7 @@ CLEANUPS = \
234233
all: $(NQP_EXE) qregex
235234

236235
install: all
237-
$(MKPATH) $(DESTDIR)$(NQP_LANG_DIR)
236+
$(MKPATH) $(DESTDIR)$(PARROT_LIBRARY_DIR)
238237
$(CP) $(P6REGEX_PBC) $(DESTDIR)$(PARROT_LIBRARY_DIR)/$(P6REGEX_PBC)
239238
$(CP) $(REGEX_PBC) $(DESTDIR)$(PARROT_LIBRARY_DIR)/$(REGEX_PBC)
240239
$(CP) $(HLL_PBC) $(DESTDIR)$(PARROT_LIBRARY_DIR)/$(HLL_PBC)

0 commit comments

Comments
 (0)