1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 02:27:08 +00:00
termux-packages/packages/ircd-irc2/support-Makefile.in.patch
2021-12-20 11:36:17 +02:00

21 lines
515 B
Diff

--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -169,6 +169,8 @@
CHKCONF_OBJS = chkconf.o
CHKCONF = chkconf
+all: server
+
help:
@echo "Choose one of the following:"
@echo " all : build everything"
@@ -184,8 +186,6 @@
@echo " install-server : build and install server programs"
@echo " install-tkserv : build and install tkserv"
-all: server
-
server: $(IRCD_BIN) $(IAUTH) $(CHKCONF) ircd-mkpasswd $(IRCDWATCH)
$(IRCD_BIN): $(IRCD_COMMON_OBJS) $(IRCD_OBJS)