mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-14 03:12:21 +02:00
Fix parallel make install
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=611130
This commit is contained in:
committed by
Amadeusz Sławiński
parent
36ac3e29f1
commit
1f3e3b6725
@@ -69,7 +69,7 @@ check: $(TESTBIN)
|
||||
tests/test-%: tests/test-%.c %.o tests/mallocmock.o tests/macros.h tests/signature.h
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $< -o $@ $*.o tests/mallocmock.o
|
||||
|
||||
install_bin: screen
|
||||
install_bin: screen installdirs
|
||||
-if [ -f $(DESTDIR)$(bindir)/$(SCREEN) ] && [ ! -f $(DESTDIR)$(bindir)/$(SCREEN).old ]; \
|
||||
then mv $(DESTDIR)$(bindir)/$(SCREEN) $(DESTDIR)$(bindir)/$(SCREEN).old; fi
|
||||
$(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN)
|
||||
|
||||
Reference in New Issue
Block a user