summaryrefslogtreecommitdiff
path: root/package/xinetd/patches/patch-libs_src_portable_Makefile_in
blob: 8e4ac716d6c0428eca00da5aa80163996e26f9d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- xinetd-2.3.14.orig/libs/src/portable/Makefile.in	2003-02-19 18:29:27.000000000 +0100
+++ xinetd-2.3.14/libs/src/portable/Makefile.in	2011-01-22 20:48:18.898658731 +0100
@@ -57,7 +57,7 @@ libopt: clean
 
 
 $(LIBNAME): $(OBJECTS)
-	ar r $@ $?
+	$(AR) r $@ $?
 	$(RANLIB) $@
 
 install: $(LIBNAME)