Explorar o código

- removed -b from install (does not exist on sun)

Andrei Pelinescu-Onciul %!s(int64=23) %!d(string=hai) anos
pai
achega
a18366dbba
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Makefile.defs

+ 2 - 2
Makefile.defs

@@ -26,7 +26,7 @@ bin-dir = sbin/
 modules-dir = lib/ser/modules/
 doc-dir = doc/ser/
 
-INSTALL = install -b
+INSTALL = install 
 INSTALL-CFG = $(INSTALL) -m 644
 INSTALL-BIN = $(INSTALL) -m 755
 INSTALL-MODULES = $(INSTALL) -m 755
@@ -104,11 +104,11 @@ DEFS+= -DNAME='"$(NAME)"' -DVERSION='"$(RELEASE)"' -DARCH='"$(ARCH)"' \
 	 -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 \
 	 -DWAIT -DNEW_HNAME \
 	 -DSILENT_FR \
-	 -DUSE_IPV6 \
 	 -DNOISY_REPLIES -DVERY_NOISY_REPLIES\
 	 -DPINGTEL_TAG_HACK\
 	 -DF_MALLOC \
  	 -DUSE_SYNONIM\
+	 -DUSE_IPV6 \
 	 #-DNO_DEBUG \
 	 #-DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=0 \
 	 #-DNOSMP \