diff --git a/apps/diameter_client/Makefile b/apps/diameter_client/Makefile index fe458306..c9fadb17 100644 --- a/apps/diameter_client/Makefile +++ b/apps/diameter_client/Makefile @@ -22,7 +22,7 @@ COREPATH ?=../../core include $(COREPATH)/plug-in/Makefile.app_module $(DIAMETER_BASE_LIBDIR)$(DIAMETER_BASE_LIBNAME): - make -C $(DIAMETER_BASE_LIBDIR) $(DIAMETER_BASE_LIBNAME) + make -C $(DIAMETER_BASE_LIBDIR) baseclean: make -C $(DIAMETER_BASE_LIBDIR) clean