Skip to content

Commit

Permalink
Fixed minor link and install issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
dthain committed Dec 4, 2014
1 parent e177cda commit ed527f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion makeflow/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ TARGETS = $(PROGRAMS)

all: $(TARGETS)

$(PROGRAMS): $(OBJECTS) $(EXTERNAL_DEPENDENCIES)
makeflow makeflow_viz makeflow_analyze: $(OBJECTS) $(EXTERNAL_DEPENDENCIES)

makeflow_linker: makeflow_linker.o $(EXTERNAL_DEPENDENCIES)

lexer_test: dag.o visitors.o makeflow_common.o lexer_test.o $(EXTERNAL_DEPENDENCIES)

Expand Down
2 changes: 1 addition & 1 deletion resource_monitor/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install: all
cp $(SCRIPTS) $(CCTOOLS_INSTALL_DIR)/bin/
mkdir -p $(CCTOOLS_INSTALL_DIR)/lib
cp $(LIBRARIES) $(CCTOOLS_INSTALL_DIR)/lib/
cp resource_monitor_visualizer_static $(CCTOOLS_INSTALL_DIR)/lib
cp -r resource_monitor_visualizer_static $(CCTOOLS_INSTALL_DIR)/lib

test: all

Expand Down

0 comments on commit ed527f6

Please sign in to comment.