Skip to content

Commit

Permalink
More removal for opensipsunix
Browse files Browse the repository at this point in the history
hacks will always hunt you back :P
  • Loading branch information
bogdan-iancu committed May 29, 2019
1 parent cbe2c65 commit b14e871
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Expand Up @@ -521,12 +521,9 @@ install-bin: $(bin_prefix)/$(bin_dir) opensipsmc utils
# install opensips menuconfig
$(INSTALL_TOUCH) $(bin_prefix)/$(bin_dir)/osipsconfig
$(INSTALL_BIN) menuconfig/configure $(bin_prefix)/$(bin_dir)/osipsconfig
$(INSTALL_TOUCH) $(bin_prefix)/$(bin_dir)/$(NAME)unix
$(INSTALL_BIN) utils/$(NAME)unix/$(NAME)unix $(bin_prefix)/$(bin_dir)

.PHONY: utils
utils:
cd utils/$(NAME)unix; $(MAKE) all
if [ "$(BERKELEYDBON)" = "yes" ]; then \
cd utils/db_berkeley; $(MAKE) all ; \
fi ;
Expand Down

1 comment on commit b14e871

@danpascu
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sure who wrote that code thought it was a clever hack back then... ;)

Please sign in to comment.