Skip to content
Snippets Groups Projects
Commit d0dd674b authored by rswindell's avatar rswindell
Browse files

Added --no-print-directory to recusive make command-line (for libdialog).

parent df971730
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ $(SCFGHELP): $(OBJS) makehelp
# Monolithic Synchronet executable Build Rule
$(SCFG): $(OBJS)
ifdef USE_DIALOG
@$(MAKE) -C ../../libdialog
@$(MAKE) --no-print-directory -C ../../libdialog
endif
@echo Linking $@
@$(CC) -o $@ $(OBJS) $(LFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment