Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Makefile] Remove NQP_LANG_DIR variable
It doesn't seem to be used anywhere.
  • Loading branch information
Benabik committed Jul 12, 2011
1 parent ad0564e commit 9764cc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 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,6 @@ 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)
Expand Down

0 comments on commit 9764cc7

Please sign in to comment.