Skip to content
Snippets Groups Projects
Commit e1b50dbf authored by Julio Sánchez Fernández's avatar Julio Sánchez Fernández
Browse files

QUIPU cleaning removed necessary tool install logic

parent 5c95476d
Branches
Tags
No related merge requests found
......@@ -75,3 +75,16 @@ clean-local: FORCE
depend-local: FORCE
$(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
install-local: install-ldbm-$(BUILD_LDBM) \
install-quipu-$(BUILD_QUIPU)
install-ldbm-no:
install-ldbm-yes install-ldbm-mod: FORCE
-$(MKDIR) $(DESTDIR)$(sbindir)
@for bin in $(PROGRAMS); do \
$(LTINSTALL) $(INSTALLFLAGS) -s -m 755 \
$$bin$(EXEEXT) $(DESTDIR)$(sbindir); \
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment