diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-02 12:33:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-02 12:33:47 +0200 |
commit | 7bcc7ba3c9b73f8e3c7257b2a83b5e03d59cec80 (patch) | |
tree | e2b6deb12b3e80f50448c90b9cc8997c5a408a29 /package/nut/patches/patch-server_Makefile_in | |
parent | a2181d2330751546354277e50f576ceceb1f8e93 (diff) |
update to latest upstream
Diffstat (limited to 'package/nut/patches/patch-server_Makefile_in')
-rw-r--r-- | package/nut/patches/patch-server_Makefile_in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/package/nut/patches/patch-server_Makefile_in b/package/nut/patches/patch-server_Makefile_in deleted file mode 100644 index dc5e1f92e..000000000 --- a/package/nut/patches/patch-server_Makefile_in +++ /dev/null @@ -1,23 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- nut-2.4.1.orig/server/Makefile.in 2009-02-17 10:24:10.000000000 +0100 -+++ nut-2.4.1/server/Makefile.in 2009-05-31 06:03:38.000000000 +0200 -@@ -270,7 +270,7 @@ upsd_SOURCES = upsd.c user.c conf.c ssl. - upstype.h user-data.h user.h - - sockdebug_SOURCES = sockdebug.c --all: all-am -+all: - - .SUFFIXES: - .SUFFIXES: .c .lo .o .obj -@@ -460,7 +460,9 @@ distdir: $(DISTFILES) - done - check-am: all-am - check: check-am --all-am: Makefile $(PROGRAMS) -+all-am: $(PROGRAMS) -+ @echo foo -+ - installdirs: - for dir in "$(DESTDIR)$(sbindir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |