15 lines
630 B
Diff
15 lines
630 B
Diff
--- ../src.orig/runit-2.1.2/src/Makefile 2020-06-10 13:15:17.927086588 +0200
|
|
+++ ./runit-2.1.2/src/Makefile 2020-06-10 13:39:52.277171576 +0200
|
|
@@ -232,9 +232,8 @@
|
|
hassgprm.h: choose compile hassgprm.h1 hassgprm.h2 load trysgprm.c
|
|
./choose cl trysgprm hassgprm.h1 hassgprm.h2 > hassgprm.h
|
|
|
|
-hasshsgr.h: chkshsgr choose compile hasshsgr.h1 hasshsgr.h2 load \
|
|
-tryshsgr.c warn-shsgr
|
|
- ./chkshsgr || ( cat warn-shsgr; exit 1 )
|
|
+hasshsgr.h: choose compile hasshsgr.h1 hasshsgr.h2 load \
|
|
+tryshsgr.c
|
|
./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h
|
|
|
|
haswaitp.h: choose compile haswaitp.h1 haswaitp.h2 load trywaitp.c
|