Re-generated Makefiles
This commit is contained in:
parent
0e2a9b33cc
commit
ebd4ac176c
2
Makefile
2
Makefile
|
@ -82,7 +82,7 @@ dist:
|
|||
$(PACKAGE)-$(VERSION)/project.conf
|
||||
$(RM) -- $(PACKAGE)-$(VERSION)
|
||||
|
||||
install: all
|
||||
install:
|
||||
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done
|
||||
|
||||
uninstall:
|
||||
|
|
|
@ -481,7 +481,7 @@ clean:
|
|||
distclean: clean
|
||||
$(RM) -- $(TARGETS)
|
||||
|
||||
install: all
|
||||
install: $(TARGETS)
|
||||
$(MKDIR) $(DESTDIR)$(BINDIR)
|
||||
$(INSTALL) -m 0755 -- basename $(DESTDIR)$(BINDIR)/basename
|
||||
$(MKDIR) $(DESTDIR)$(BINDIR)
|
||||
|
|
|
@ -34,7 +34,7 @@ clean:
|
|||
distclean: clean
|
||||
$(RM) -- $(TARGETS)
|
||||
|
||||
install: all
|
||||
install: $(TARGETS)
|
||||
|
||||
uninstall:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user