blob: f668e82f6bbceaae3c68a2594a1a749ff4205443 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
Makefile.am | 2 --
1 file changed, 2 deletions(-)
--- C.orig/Makefile.am
+++ C/Makefile.am
@@ -10,8 +10,6 @@ bin_PROGRAMS = ipkg-cl
lib_LTLIBRARIES = libipkg.la
-bin_SCRIPTS = update-alternatives
-
# ipkg_LDADD = libbb/libbb.a replace/libreplace.a
#ipkg_cl_LDADD = libipkg.la libbb/libbb.la replace/libreplace.a
|